Sha256: d62051a2c3efe255b1b791b510ac59c2bc54317b547d4d5138d109979d9a4d47
Contents?: true
Size: 269 Bytes
Versions: 14
Compression:
Stored size: 269 Bytes
Contents
module SocialNetworking # A set of data representing a Social Profile belonging to a Participant. class Profile < ActiveRecord::Base self.table_name = "social_networking_profiles" belongs_to :participant validates :participant, presence: true end end
Version data entries
14 entries across 14 versions & 1 rubygems