Method: Strongbolt::BoltedController::ClassMethods#actions_mapping
- Defined in:
- lib/strongbolt/bolted_controller.rb
#actions_mapping ⇒ Object
Returns the actions mapping of this controller
120 121 122 123 |
# File 'lib/strongbolt/bolted_controller.rb', line 120 def actions_mapping # Defaults to a duplicate of the standard mapping @actions_mapping ||= ACTIONS_MAPPING.dup end |