RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: senabhishek
I had to add a comma at the end of path_names in my routes.rb else the server kept giving me a syntax error at this point:
controllers: {
devise_for :users, path_names: {sign_in: "login", sign_out: "logout"}, controllers: {omniauth_callbacks: "omniauth_callbacks"}
Great tutorial btw - thanks a ton!
I had to add a comma at the end of path_names in my routes.rb else the server kept giving me a syntax error at this point:
controllers: {
Great tutorial btw - thanks a ton!