module TrustyCms

def app?

def app?
  File.exist?("#{Rails.root}/lib/trusty_cms.rb")
end