Sha256: 8ee52c44e021fd68cc0f63f6d41d999a1c98ce298356a05a2abb2712be8518a2

Contents?: true

Size: 719 Bytes

Versions: 9

Compression:

Stored size: 719 Bytes

Contents

# == Schema Information
#
# Table name: profiles
#
#  id                 :integer(4)      not null, primary key
#  user_id            :integer(4)
#  photo_file_name    :string(255)
#  photo_content_type :string(255)
#  photo_file_size    :integer(4)
#  created_at         :datetime
#  updated_at         :datetime
#  location           :string(255)
#  lat                :decimal(15, 10)
#  lng                :decimal(15, 10)
#  about              :text
#  city               :string(255)
#  state_id           :integer(4)
#  country_id         :integer(4)
#  language_id        :integer(4)
#  profile_views      :integer(4)
#  policy             :text
#

class Profile < ActiveRecord::Base
  acts_as_muck_profile
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
muck-commerce-0.2.8 test/rails_root/app/models/profile.rb
muck-commerce-0.2.7 test/rails_root/app/models/profile.rb
muck-commerce-0.2.6 test/rails_root/app/models/profile.rb
muck-commerce-0.2.5 test/rails_root/app/models/profile.rb
muck-commerce-0.2.4 test/rails_root/app/models/profile.rb
muck-commerce-0.2.3 test/rails_root/app/models/profile.rb
muck-commerce-0.2.2 test/rails_root/app/models/profile.rb
muck-commerce-0.2.1 test/rails_root/app/models/profile.rb
muck-commerce-0.2.0 test/rails_root/app/models/profile.rb