class TrustyCms::ExtensionPath

def enabled_paths


Returns a list of the root paths to all the enabled extensions, in the configured order.
def enabled_paths
  enabled.map(&:path)
end