Class: Country

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/country.rb

Overview

Schema Information

Table name: countries

id           :integer         not null, primary key
name         :string(128)     default(""), not null
abbreviation :string(3)       default(""), not null
sort         :integer         default(1000), not null