Module: SimpleTokenAuthentication::ActsAsTokenAuthenticationHandler::ClassMethods

Defined in:
lib/simple_token_authentication/acts_as_token_authentication_handler.rb

Instance Method Summary collapse

Instance Method Details

#acts_as_token_authentication_handler(options = {}) ⇒ Object



62
63
64
# File 'lib/simple_token_authentication/acts_as_token_authentication_handler.rb', line 62

def acts_as_token_authentication_handler(options = {})
  include SimpleTokenAuthentication::ActsAsTokenAuthenticationHandlerMethods
end