Class: Piggybak::ShippingMethodValue

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/piggybak/shipping_method_value.rb

Instance Method Summary collapse

Instance Method Details

#admin_labelObject



7
8
9
# File 'app/models/piggybak/shipping_method_value.rb', line 7

def admin_label
  "#{self.key} - #{self.value}"
end