Module: ActiveRecord::Railties::ControllerRuntime::ClassMethods
- Defined in:
- lib/time_bandits/monkey_patches/active_record.rb
Instance Method Summary collapse
-
#log_process_action(payload) ⇒ Object
this method has been redefined to do nothing for activerecord on purpose.
Instance Method Details
#log_process_action(payload) ⇒ Object
this method has been redefined to do nothing for activerecord on purpose
160 161 162 |
# File 'lib/time_bandits/monkey_patches/active_record.rb', line 160 def log_process_action(payload) super end |