Sha256: f56c2fb79116c734ab67637dd1d0bbc97da03c228d7762ae0884a683666dbee5
Contents?: true
Size: 202 Bytes
Versions: 1
Compression:
Stored size: 202 Bytes
Contents
module ConstructorPages module Types # String type. Render large text field. class StringType < 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/string_type.rb |