Skip to content

Instantly share code, notes, and snippets.

@drKreso
Created November 3, 2018 11:13
Show Gist options
  • Save drKreso/e2c6d71172cf546bf46d3e1e11ebf750 to your computer and use it in GitHub Desktop.
Save drKreso/e2c6d71172cf546bf46d3e1e11ebf750 to your computer and use it in GitHub Desktop.
# config/routes.rb
devise_for :users
devise_scope :user do
get "/users/auth/facebook/callback" => "users/omniauth_callbacks#facebook"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment