Sha256: 9d104c6848a94198c12abf5d9d30bdd7d53c1d945380c0f6b3411c8bb727902e
Contents?: true
Size: 241 Bytes
Versions: 1
Compression:
Stored size: 241 Bytes
Contents
# A group of flaggable records of a given class may be flagged into a feature # with this class. class ActiveRecord::Rollout::GroupFlag < ActiveRecord::Rollout::Flag validates :group_name, presence: true attr_accessible :group_name end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_record_rollout-0.0.1 | lib/active_record/rollout/group_flag.rb |