New Discussion

Notifications

You’re not receiving notifications from this thread.

Rails for Beginners Part 16: Logging Out Users Discussion

3
General

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.

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

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".

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

Join the discussion
Create an account Log in

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

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

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