*rake routes: Inspects my routes files and displays all the information .
Names on the left correspond to methods that Rails adds to my application.
- By adding
as: :deck
I'm naming the route, and the deck_path method is created.
back to
Archived: This project has been archived. Cards can no longer be completed.
*rake routes: Inspects my routes files and displays all the information .
Names on the left correspond to methods that Rails adds to my application.
as: :deck
I'm naming the route, and the deck_path method is created.