Class: Rails::Constant
- Inherits:
-
Object
- Object
- Rails::Constant
- Defined in:
- lib/xray_method_tracer/rails/constants.rb
Constant Summary collapse
- TARGET_SOURCE_LOCATIONS =
[ "/app/mailers", "/app/models", "/app/controllers", "/app/jobs" ].freeze
Class Method Summary collapse
Class Method Details
.target_source_locations ⇒ Object
12 13 14 |
# File 'lib/xray_method_tracer/rails/constants.rb', line 12 def self.target_source_locations TARGET_SOURCE_LOCATIONS.map { |path| XRayMethodTracer.path_prefix + path } end |