Module: Netzke::Railz::ControllerExtensions::ClassMethods
- Defined in:
- lib/netzke/core/railz/controller_extensions.rb
Instance Method Summary collapse
-
#action_methods ⇒ Object
inform AbstractController::Base that methods direct, ext, and dispatcher are actually actions.
Instance Method Details
#action_methods ⇒ Object
inform AbstractController::Base that methods direct, ext, and dispatcher are actually actions
48 49 50 |
# File 'lib/netzke/core/railz/controller_extensions.rb', line 48 def action_methods super.merge(%w[ext direct dispatcher].to_set) end |