Sha256: c8fc053919bfd4aae702f64f82437300efb7bc5d3433b1f94419b1e6883c5ff1
Contents?: true
Size: 355 Bytes
Versions: 3
Compression:
Stored size: 355 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 include MuckEngine::Models::Country end
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
muck-shares-3.0.0 | app/models/country.rb |
muck-activities-3.0.0 | test/rails_test/app/models/country.rb |
muck-users-3.0.0 | test/rails_test/app/models/country.rb |