module GrapeTokenAuth::TokenAuthentication

Public Class Methods

included(base) click to toggle source
# File lib/grape_token_auth/token_authentication.rb, line 4
def self.included(base)
  base.auth :grape_devise_token_auth
  base.helpers GrapeTokenAuth::ApiHelpers
end