Sha256: 9a2f2f9e9fe2deba434c0f205ba661d68c2bfebe50bf951c590df250a63d2d35
Contents?: true
Size: 196 Bytes
Versions: 27
Compression:
Stored size: 196 Bytes
Contents
class Employee::Collection < RecordCollection::Base attribute :section attribute :admin, type: Boolean attribute :vegan, type: Boolean validates :section, format: {with: /\A\w{3}\Z/ } end
Version data entries
27 entries across 27 versions & 1 rubygems