Sha256: e0a9e4e3747b4e7377ac250e484be201a53d6e288d445d422cff78890d270cde

Contents?: true

Size: 359 Bytes

Versions: 60

Compression:

Stored size: 359 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::MuckCountry  
end

Version data entries

60 entries across 60 versions & 13 rubygems

Version Path
muck-engine-3.5.0 test/app/models/country.rb
muck-activities-3.2.2 test/app/models/country.rb
muck-engine-3.4.0 test/app/models/country.rb
muck-engine-3.3.18 test/app/models/country.rb
muck-activities-3.2.1 test/app/models/country.rb
muck-engine-3.3.17 test/app/models/country.rb
muck-engine-3.3.16 test/app/models/country.rb
muck-engine-3.3.15 test/app/models/country.rb
muck-engine-3.3.14 test/app/models/country.rb
muck-services-3.3.3 test/app/models/country.rb
muck-users-3.2.12 test/app/models/country.rb
muck-users-3.2.11 test/app/models/country.rb
muck-engine-3.3.13 test/app/models/country.rb
muck-commerce-3.0.1 test/app/models/country.rb
muck-profiles-3.1.4 test/app/models/country.rb
muck-auth-3.5.4 test/app/models/country.rb
muck-users-3.2.10 test/app/models/country.rb
muck-auth-3.5.3 test/app/models/country.rb
muck-users-3.2.9 test/app/models/country.rb
muck-engine-3.3.12 test/app/models/country.rb