class TrustyCms::ExtensionLoader
def record_path(path, name=nil)
remove trusty- and -extension and any verion numbering.
An extension name can be supplied in addition to the path. It will be processed in the usual way to
The ExtensionPath object will later be used to scan and load the extension.
Builds an ExtensionPath object from the supplied path, working out the name of the extension on the way.
def record_path(path, name=nil) ExtensionPath.from_path(path, name) end