Module: ModelsAuditor::Controller
- Defined in:
- lib/models_auditor/controller.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 |
# File 'lib/models_auditor/controller.rb', line 3 def self.included(base) base.around_action :set_models_auditor_request_params end |