Class: Spree::County

Inherits:
ActiveRecord::Base
  • Object
show all
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_sObject



10
11
12
# File 'app/models/spree/county.rb', line 10

def to_s
  name
end