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