Module: Entangled::Controller

Includes:
Tubesock::Hijack
Defined in:
lib/entangled/controller.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



224
225
226
# File 'lib/entangled/controller.rb', line 224

def self.included(receiver)
  receiver.send :include, InstanceMethods
end