Skip to content

Instantly share code, notes, and snippets.

@shiloa
Created January 6, 2013 08:51
Show Gist options
  • Select an option

  • Save shiloa/4466127 to your computer and use it in GitHub Desktop.

Select an option

Save shiloa/4466127 to your computer and use it in GitHub Desktop.
root :to => "home#landing"
devise_for :users, :controllers => { :omniauth_callbacks => "users/omniauth_callbacks" }
class User < ActiveRecord::Base
devise :omniauthable
# etc.
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment