class TrustyCms::ExtensionLoader

def enabled_extension_paths


Returns a list of paths to all the extensions that are enabled in the configuration of this application.
def enabled_extension_paths
  ExtensionPath.enabled.map(&:to_s)
end