Skip to content

Instantly share code, notes, and snippets.

@Gowiem
Created June 3, 2017 10:31
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 Gowiem/3685ada06edf5b5deee0a0b998659cef to your computer and use it in GitHub Desktop.
Save Gowiem/3685ada06edf5b5deee0a0b998659cef to your computer and use it in GitHub Desktop.
# backend/config/routes.rb
Rails.application.routes.draw do
devise_for :users, controllers: { invitations: 'users_invitations' }
# ...
root to: 'application#root'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment