Gist to describe the process of adding a namespaced isolated Rails Engine
to a typical Rails application and adding methods to one of the Rails Engine's
controller and model.
- Rails applicaiton all by itself.
- Rails application with the Rails Engine (FooBar) mounted.
- Rails applicaiton partially extending a controller/model from the Rails Engine.