module TkhAuthenticationActionControllerExtension

Public Class Methods

included(base) click to toggle source
# File lib/tkh_authentication/tkh_authentication_action_controller_extension.rb, line 2
def self.included(base)
  base.send(:include, InstanceMethods)
end