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
258 259 260 |
# File 'lib/entangled/controller.rb', line 258 def self.included(receiver) receiver.send :include, InstanceMethods end |