Skip to content

Instantly share code, notes, and snippets.

@tensiondriven
Created November 2, 2012 18:08
Show Gist options
  • Save tensiondriven/4003260 to your computer and use it in GitHub Desktop.
Save tensiondriven/4003260 to your computer and use it in GitHub Desktop.
devise_for :users, :controllers => { :omniauth_callbacks => "users/omniauth_callbacks"}
devise_scope :user do
get '/users/auth/facebook' => 'users/omniauth_callbacks#facebook'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment