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