RailsCasts Pro episodes are now free!

Learn more or hide this

picharras's Profile

GitHub User: picharras

Comments by

Avatar

I do not work the path "/auth/google_apps" on the form, change it to "/auth/google_oauth2" and works great!!

Avatar

Hello, I'm trying to delete a record with the code

ruby
<%= link_to 'Eliminar', category, :confirm => "Eliminar categoria ?", :method => :delete %>

but the link does not work, should we declare it otherwise? Thank you.