Module: Refinery::ApplicationController

Defined in:
lib/refinery/application_controller.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(controller) ⇒ Object



12
13
14
15
# File 'lib/refinery/application_controller.rb', line 12

def self.included(controller)
  controller.send :include, ::Refinery::ApplicationController::InstanceMethods
  controller.send :include, ::Refinery::ApplicationController::ClassMethods
end