Method: Raven::Configuration#project_root
- Defined in:
- lib/raven/configuration.rb
#project_root ⇒ Object
Project directory root for in_app detection. Could be Rails root, etc. Set automatically for Rails.
72 73 74 |
# File 'lib/raven/configuration.rb', line 72 def project_root @project_root end |