Sha256: 7c7ea3d77b569d2a512582cd1ac46f7ce50fa2d9da9176623ddd8fcbe33cca6e
Contents?: true
Size: 255 Bytes
Versions: 14
Compression:
Stored size: 255 Bytes
Contents
module SocialNetworking # A set of data representing a Social Shared Item belonging to a Participant. class SharedItem < ActiveRecord::Base self.table_name = "social_networking_shared_items" validates :participant_id, presence: true end end
Version data entries
14 entries across 14 versions & 1 rubygems