module TrustyCms

def root


This is not the same as Rails.root, which is the instance directory and tends to contain only site-delivery material.
Returns the root directory of this installation (which is usually the gem directory).
def root
  Pathname.new(TRUSTY_CMS_ROOT) if defined?(TRUSTY_CMS_ROOT)
end