Class: Spree::Country
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Spree::Country
- Defined in:
- app/models/spree/country.rb
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
10 11 12 |
# File 'app/models/spree/country.rb', line 10 def <=>(other) name <=> other.name end |
#to_s ⇒ Object
14 15 16 |
# File 'app/models/spree/country.rb', line 14 def to_s name end |