Ask A Question

Notifications

You’re not receiving notifications from this thread.

Rails for Beginners Part 16: Logging Out Users Discussion

Could you provide a little excerpt of why button_to is better than link_to for Hotwire? Or a link to the specific video and time? I'm sure it would be useful.

Reply

You don't have any routes defined! why happens this :( ?

Reply

My guess is that when you put this route: "delete "logout", to: "sessions#destroy"" rails already knows where to go. And then in the button_to form you describe the route: "logout_path".

Reply

Hi! New begginers. You can use: rails routes, to see all routes or rails routes -c controller_name -E
Try it !

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.