RailsCasts Pro episodes are now free!

Learn more or hide this

senabhishek's Profile

GitHub User: senabhishek

Comments by

Avatar

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:

ruby
controllers: {
ruby
devise_for :users,  path_names: {sign_in: "login", sign_out: "logout"},
                    controllers: {omniauth_callbacks: "omniauth_callbacks"}

Great tutorial btw - thanks a ton!