You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dumb question, I'm sure, but how do you load the subclass? Where do you put it in the project tree? Does it matter? Do you have to explicitly require it then? And then whatever you named your strategy, can you load that into the devise initializer with:
Dumb question, I'm sure, but how do you load the subclass? Where do you put it in the project tree? Does it matter? Do you have to explicitly require it then? And then whatever you named your strategy, can you load that into the devise initializer with:
config.omniauth :some_site, ENV['APP_ID'], ENV['SECRET']
Thanks
The text was updated successfully, but these errors were encountered: