You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is required to define two routes to handle forms:
get 'hungryform/:page' => 'hungryform#show'
post 'hungryform/:page' => 'hungryform#update'
It would be worth creating some sort of a helper to define all form routes in one line.
The text was updated successfully, but these errors were encountered:
Currently it is required to define two routes to handle forms:
get 'hungryform/:page' => 'hungryform#show'
post 'hungryform/:page' => 'hungryform#update'
It would be worth creating some sort of a helper to define all form routes in one line.
The text was updated successfully, but these errors were encountered: