Class: Country

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

Class Method Summary collapse

Class Method Details

.united_statesObject



11
12
13
# File 'lib/earth/locality/country.rb', line 11

def united_states
  find_by_iso_3166_code('US')
end