Class: Country

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/earth/locality/country.rb

Class Method Summary collapse

Class Method Details

.united_statesObject



9
10
11
# File 'lib/earth/locality/country.rb', line 9

def united_states
  find_by_iso_3166_code('US')
end