Rails 8: Why does my link point to #show not #destroy?
I am adding a simple log out link to my menu bar. It should fire SessionsController#destroy
:
Rails 8: Why does my link point to #show not #destroy?
I am adding a simple log out link to my menu bar. It should fire SessionsController#destroy
:
How do I ensure resource and nested resource are singular?
I have a DashboardController
. This is the page where the user views their profile, settings, etc.