This ditches the sub-app pattern which is just going to be more confusing than useful in a project this small in scope. This was as simple as moving the sub app up to the root directory b/c these sub apps are designed to be able to run independently. Now the directory structure resembles a Rails project more with a single /app directory that has /controllers /models /views etc.
Also fixed a place where we needed to use Garamond. Oooaky bundle install finished, back to real work.
This ditches the sub-app pattern which is just going to be more confusing than useful in a project this small in scope. This was as simple as moving the sub app up to the root directory b/c these sub apps are designed to be able to run independently. Now the directory structure resembles a Rails project more with a single /app directory that has /controllers /models /views etc.
Also fixed a place where we needed to use Garamond. Oooaky
bundle install
finished, back to real work.