class TrustyCms::ExtensionPath
def controller_paths
Call the class method ExtensionPath.controller_paths to get a list of the controller paths found in all enabled extensions.
Returns the app/controllers path if it is found within this extension root.
def controller_paths check_subdirectory("app/controllers") end