Module: HarukiZaemon::ActsAsTeapot::ActionController::Dispatcher

Includes:
ActionController::StatusCodes
Defined in:
lib/haruki_zaemon/acts_as_teapot/action_controller/dispatcher.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
# File 'lib/haruki_zaemon/acts_as_teapot/action_controller/dispatcher.rb', line 7

def self.included(base)
  base.alias_method_chain :handle_request, :acts_as_teapot
end