class Rails::Application::Configuration
def default_controller_paths
Overrides the Rails::Initializer default to look for controllers in TRUSTY_CMS_ROOT rather than Rails.root.
def default_controller_paths [File.join(TRUSTY_CMS_ROOT, 'app', 'controllers')] end