Sha256: 491feaaa084a60e070a87b49c48e9e8cf3a7ff5c31329208a34e47f46661edc6
Contents?: true
Size: 388 Bytes
Versions: 14
Compression:
Stored size: 388 Bytes
Contents
# These arms are part of the adolescent and adult projects # Between 1 and 8 groups are in each arm and each group # could have between 1 and 10 or so participants class Arm < ActiveRecord::Base has_many :groups validates :title, presence: true def social? is_social end def woz? has_woz end def bit_core_tools self end def find_by_type(type) end end
Version data entries
14 entries across 14 versions & 1 rubygems