Skip to content

Instantly share code, notes, and snippets.

@Nursultan91
Created January 17, 2018 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nursultan91/b8a1c58e6a25e77a53fc9fa1981cee5f to your computer and use it in GitHub Desktop.
Save Nursultan91/b8a1c58e6a25e77a53fc9fa1981cee5f to your computer and use it in GitHub Desktop.
Пусть в config/routes.rb пропишут так
devise_for :users, :path => '', :path_names => {:sign_in => 'login', :sign_out => 'logout', :edit => 'profile'},
:controllers => {:omniauth_callbacks => "omniauth_callbacks", registrations: 'users/registrations'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment