As an instance architect, I would like to be able to create new or override existing views directly in the application, without having to touch the underlying code.
This will require a new scaffolded model and overriding the default Rails template lookup code to also take a peek at those before checking the file system. We'll also want a mechanic to grab a given view from the code as a starting point for an override.
As an instance architect, I would like to be able to create new or override existing views directly in the application, without having to touch the underlying code.
This will require a new scaffolded model and overriding the default Rails template lookup code to also take a peek at those before checking the file system. We'll also want a mechanic to grab a given view from the code as a starting point for an override.