Module: Netzke::Railz::ControllerExtensions::ClassMethods

Defined in:
lib/netzke/core/railz/controller_extensions.rb

Instance Method Summary collapse

Instance Method Details

#action_methodsObject

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