Sha256: 321639101dc10ec84cfac562e1a0d7dcee95f102dd3496c79eee28c48842bdac

Contents?: true

Size: 319 Bytes

Versions: 17

Compression:

Stored size: 319 Bytes

Contents

# == Schema Information
#
# Table name: countries
#
#  id           :integer(4)      not null, primary key
#  name         :string(128)     default(""), not null
#  abbreviation :string(3)       default(""), not null
#  sort         :integer(4)      default(1000), not null
#

class Country < ActiveRecord::Base
  
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
muck-engine-0.1.6 app/models/country.rb
muck-engine-0.1.7 app/models/country.rb
muck-engine-0.1.8 app/models/country.rb
muck-engine-0.1.9 app/models/country.rb
muck-engine-0.1.10 app/models/country.rb
muck-engine-0.1.11 app/models/country.rb
muck-engine-0.1.12 app/models/country.rb
muck-engine-0.1.13 app/models/country.rb
muck-engine-0.1.14 app/models/country.rb
muck-engine-0.1.15 app/models/country.rb
muck-engine-0.1.16 app/models/country.rb
muck-engine-0.1.17 app/models/country.rb
muck-engine-0.1.2 app/models/country.rb
muck-engine-0.1.4 app/models/country.rb
muck-engine-0.1.5 app/models/country.rb
muck-engine-0.1.1 app/models/country.rb
muck-engine-0.1.0 app/models/country.rb