brug-be / railsgirls_guide

New Rails Girls guide
http://brug-be.github.io/railsgirls_guide/
3 stars 5 forks source link

Root route #15

Open mariusandra opened 9 years ago

mariusandra commented 9 years ago

At some point we should do this:

root to: ‘pages#introductions'

Perhaps when adding the second page, we convert the first one to root to:?

otagi commented 9 years ago

Good idea.

I would then also use the to: syntax for the get, instead of =>. It will be more consistent, and it's the syntax used in the official Rails guides anyway.