Method: ScoutRailsProxy::Environment#root
- Defined in:
- lib/scout_rails_proxy/environment.rb
#root ⇒ Object
42 43 44 45 46 47 48 49 50 51 52 |
# File 'lib/scout_rails_proxy/environment.rb', line 42 def root if framework == :rails RAILS_ROOT.to_s elsif framework == :rails3 Rails.root elsif framework == :sinatra Sinatra::Application.root else '.' end end |