class TrustyCms::ExtensionPath

def metal_paths


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