# File lib/compass/app_integration/rails.rb, line 29 def root if defined?(::Rails) ::Rails.root elsif defined?(RAILS_ROOT) RAILS_ROOT end end