We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Routes should be declared as follows:
get "path/in/browser, to: "controller#action"
Where "get" can be any request type e.g post, put, delete.
The root can be defined as:
root "controller#action"