grape_devise_token_auth
grape_devise_token_auth copied to clipboard
Can't use grape_devise_token_auth
/usr/local/rvm/gems/ruby-2.1.5/gems/grape_devise_token_auth-0.1.3/lib/grape_devise_token_auth/configuration.rb:10:in `initialize': uninitialized constant GrapeDeviseTokenAuth::Configuration::DeviseTokenAuth (NameError)
It seems that GrapeDeviseTokenAuth::Configuration::DeviseTokenAuth does not exist or is it because i am not using the correct version of devise?
It seems that i have to add gem 'devise_token_auth' and solved the problem and i think this gem did not include it as a dependency.