MilSpouseCoders / milspousecoders

The official MilSpouseCoders website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up static page controller

crawfoal opened this issue · comments

Every time we add a new static page, we need to add an empty controller action and define the route. Treehouse has a good article on a different static page setup. If we follow this, then when we want to add more static pages, we would only need to add the new html file to views/pages.

We should wait to do this until Scott's PR #16 is merged in because it makes changes to the PagesController.

That PR is merged, so this issue is ready to be tackled!