class Rails::Application::Configuration

def default_view_path


Overrides the Rails::Initializer default to look for views in TRUSTY_CMS_ROOT rather than Rails.root.
def default_view_path
  File.join(TRUSTY_CMS_ROOT, 'app', 'views')
end