Method: Spree::Zone#<=>

Defined in:
app/models/spree/zone.rb

#<=>(other) ⇒ Object



114
115
116
# File 'app/models/spree/zone.rb', line 114

def <=>(other)
  name <=> other.name
end