Class: Country
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Country
- Defined in:
- lib/earth/locality/country.rb
Class Method Summary collapse
Class Method Details
.united_states ⇒ Object
9 10 11 |
# File 'lib/earth/locality/country.rb', line 9 def united_states find_by_iso_3166_code('US') end |