Module: Crummy::ControllerMethods
- Defined in:
- lib/crummy/action_controller.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
-
.included(receiver) ⇒ Object
:nodoc:.
Class Method Details
.included(receiver) ⇒ Object
:nodoc:
78 79 80 81 |
# File 'lib/crummy/action_controller.rb', line 78 def self.included(receiver) # :nodoc: receiver.extend ClassMethods receiver.send :include, InstanceMethods end |