Class: ActionController::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/restful_controller/action_controller/base.rb

Class Method Summary collapse

Class Method Details

.restful_controller(*actions) ⇒ Object



3
4
5
# File 'lib/restful_controller/action_controller/base.rb', line 3

def self.restful_controller(*actions)
  RestfulController::Base.inject(self, *actions)
end