class TrustyCms::ExtensionPath

def view_paths


in reverse order so that views override one another correctly.
Call the class method ExtensionPath.view_paths to get a list of the view paths found in all enabled extensions
Returns the app/views path if it is found within this extension root.
def view_paths
  check_subdirectory('app/views')
end