Module: ClientVariable::Helpers::Instance

Defined in:
lib/client_variable/helper/controller.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/client_variable/helper/controller.rb', line 4

def self.included base
  base.send(:include, InstanceMethods)
  base.class_eval do
    before_filter :client
  end

end