Module: TkhAuthenticationHelper

Defined in:
lib/tkh_authentication/tkh_authentication_helper.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



2
3
4
5
6
# File 'lib/tkh_authentication/tkh_authentication_helper.rb', line 2

def self.included(base)
  base.send(:include, InstanceMethods)
  # base.before_filter :current_user
  # base.after_filter :my_method_2
end