Module: HarukiZaemon::ActsAsTeapot::ActionController::Routing

Defined in:
lib/haruki_zaemon/acts_as_teapot/action_controller/routing.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'lib/haruki_zaemon/acts_as_teapot/action_controller/routing.rb', line 5

def self.included(base)
  base::HTTP_METHODS << :brew
end