class TrustyCms::ExtensionPath

def plugin_paths


Call the class method ExtensionPath.plugin_paths to get a list of the plugin paths found in all enabled extensions.
Returns a list of all the +vendor/plugin+ paths found within this extension root.
def plugin_paths
  check_subdirectory('vendor/plugins')
end