Module: GrapeTokenAuth::TokenAuthentication

Defined in:
lib/grape_token_auth/token_authentication.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
# 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