Class: Country

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

Class Method Summary collapse

Class Method Details

.united_statesObject



17
18
19
# File 'lib/earth/locality/country.rb', line 17

def self.united_states
  find_by_iso_3166_code('US')
end