Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- 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 |