Sha256: d4123e365467114d5181e49abef2e92b388b1f7553a7b11ffc34c6e6fe58b8d6

Contents?: true

Size: 319 Bytes

Versions: 61

Compression:

Stored size: 319 Bytes

Contents

# == 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
#

class Country < ActiveRecord::Base
  
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
muck-engine-0.4.14 app/models/country.rb
muck-engine-0.4.13 app/models/country.rb
muck-engine-0.4.12 app/models/country.rb
muck-engine-0.4.11 app/models/country.rb
muck-engine-0.4.10 app/models/country.rb
muck-engine-0.4.9 app/models/country.rb
muck-engine-0.4.8 app/models/country.rb
muck-engine-0.4.7 app/models/country.rb
muck-engine-0.4.6 app/models/country.rb
muck-engine-0.4.5 app/models/country.rb
muck-engine-0.4.4 app/models/country.rb
muck-engine-0.4.3 app/models/country.rb
muck-engine-0.4.2 app/models/country.rb
muck-engine-0.4.1 app/models/country.rb
muck-engine-0.4.0 app/models/country.rb
muck-engine-0.3.3 app/models/country.rb
muck-engine-0.3.2 app/models/country.rb
muck-engine-0.3.1 app/models/country.rb
muck-engine-0.3.0 app/models/country.rb
muck-engine-0.2.27 app/models/country.rb