Libraries
»
kdmny-spree
(0.0.1)
»
Index (C)
»
Country
Class: Country
Inherits:
ActiveRecord::Base
Object
ActiveRecord::Base
Country
show all
Defined in:
app/models/country.rb
Instance Method Summary
collapse
#
<=>
(other) ⇒ Object
Instance Method Details
#
<=>
(other) ⇒
Object
5 6 7
# File 'app/models/country.rb', line 5
def
<=>
(
other
)
name
<=>
other
.
name
end