Class: Logistics::Core::EslTransportTariff
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Logistics::Core::EslTransportTariff
- Defined in:
- app/models/logistics/core/esl_transport_tariff.rb
Instance Method Summary collapse
Methods inherited from ApplicationRecord
Instance Method Details
#name ⇒ Object
9 10 11 |
# File 'app/models/logistics/core/esl_transport_tariff.rb', line 9 def name "#{self.route.route_name } (#{self.storage_point})" end |