class TrustyCms::ExtensionPath

def for(name)


Returns the root path recorded for the given extension name.
def for(name)
  find(name).path
end