module TkhAuthenticationHelper

Public Class Methods

included(base) click to toggle source
# 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