Sha256: b407c7d08b9109dcfae82083b7a3dd89d7bf923a678f8af1b691e91be105bbcf
Contents?: true
Size: 677 Bytes
Versions: 5
Compression:
Stored size: 677 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) # class Profile < ActiveRecord::Base include MuckProfiles::Models::MuckProfile end
Version data entries
5 entries across 5 versions & 1 rubygems