Module: Crummy::ControllerMethods

Defined in:
lib/crummy.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object

:nodoc:



51
52
53
54
# File 'lib/crummy.rb', line 51

def self.included(receiver) # :nodoc:
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end