Class: MockController

Inherits:
Object show all
Defined in:
lib/background_lite/core_ext/error_reporters/exception_notification_error_reporter.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#action_nameObject



5
6
7
# File 'lib/background_lite/core_ext/error_reporters/exception_notification_error_reporter.rb', line 5

def action_name
  "send_to_background"
end

#controller_nameObject



2
3
4
# File 'lib/background_lite/core_ext/error_reporters/exception_notification_error_reporter.rb', line 2

def controller_name
  "BackgroundLite"
end