back to

Intro to Ruby on Rails

ARCHIVED

Archived: This project has been archived. Cards can no longer be completed.

Rails Models

Stefy
Stefy completed this card.

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