Sha256: a47f82f42c837e16411e7f38ac8eb9e114495d04ca6d9b884dac127165cb091b
Contents?: true
Size: 332 Bytes
Versions: 3
Compression:
Stored size: 332 Bytes
Contents
# == Schema Information # # Table name: states # # id :integer not null, primary key # name :string(128) default(""), not null # abbreviation :string(3) default(""), not null # country_id :integer(8) not null # class State < ActiveRecord::Base include MuckEngine::Models::State end
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
muck-shares-3.0.0 | app/models/state.rb |
muck-activities-3.0.0 | test/rails_test/app/models/state.rb |
muck-users-3.0.0 | test/rails_test/app/models/state.rb |