Sha256: 0435afe776e0275157eccc1d6a141f888d436bc1017ff8df85a34bf12f827162
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
module ConstructorPages module Types # Boolean type. Render as checkbox. class BooleanType < ActiveRecord::Base belongs_to :field belongs_to :page, touch: true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
constructor-pages-1.0.0beta2 | app/models/constructor_pages/types/boolean_type.rb |