Sha256: fcb3e42f371c8f87d6fcdec7069cdbb1557358b70a357ac8bcb11f8369664864
Contents?: true
Size: 254 Bytes
Versions: 14
Compression:
Stored size: 254 Bytes
Contents
module SocialNetworking # A question that is posed to participants when a profile is being created or # updated. class ProfileQuestion < ActiveRecord::Base self.table_name = "social_networking_profile_questions" belongs_to :group end end
Version data entries
14 entries across 14 versions & 1 rubygems