Class: Perfm::GvlMetric
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Perfm::GvlMetric
- Defined in:
- app/models/perfm/gvl_metric.rb
Instance Method Summary collapse
Instance Method Details
#action_path ⇒ Object
9 10 11 12 |
# File 'app/models/perfm/gvl_metric.rb', line 9 def action_path return "rack middleware" if controller.blank? "#{controller}##{action}" end |