Method: Resque::Failure::Thoughtbot#save
- Defined in:
- lib/resque/failure/thoughtbot.rb
#save ⇒ Object
23 24 25 26 27 28 29 30 |
# File 'lib/resque/failure/thoughtbot.rb', line 23 def save self.class.klass.notify_or_ignore(exception, :parameters => { :payload_class => payload['class'].to_s, :payload_args => payload['args'].inspect } ) end |