Class: Piggybak::ShippingMethodValue
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Piggybak::ShippingMethodValue
- Defined in:
- app/models/piggybak/shipping_method_value.rb
Instance Method Summary collapse
Instance Method Details
#admin_label ⇒ Object
7 8 9 |
# File 'app/models/piggybak/shipping_method_value.rb', line 7 def admin_label "#{self.key} - #{self.value}" end |