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
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.
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:
?The text was updated successfully, but these errors were encountered: