Sha256: cd874a30bcde862b2f29957b0662b9104634078068e32e42792663cf09afe0ac
Contents?: true
Size: 286 Bytes
Versions: 55
Compression:
Stored size: 286 Bytes
Contents
# The name given to an Activity. Can be private to a Participant or public. class ActivityType < ActiveRecord::Base belongs_to :participant has_many :activities, dependent: :restrict_with_exception validates :title, presence: true # do not validate presence of participant end
Version data entries
55 entries across 55 versions & 1 rubygems