class TrustyCms::AppBoot

def load_error_message

def load_error_message
  "Please verify that you have a complete copy of the TrustyCms sources."
end

def load_initializer

def load_initializer
  $LOAD_PATH.unshift "#{Rails.root}/lib"
  super
end