Sha256: 6c7f8f585b581cdb84f3a086e4c1db56d224fe90578f373ab7f89b732866b8ce
Contents?: true
Size: 253 Bytes
Versions: 11
Compression:
Stored size: 253 Bytes
Contents
# encoding: utf-8 module ConstructorPages module Types # Text type. Render textarea. class TextType < ActiveRecord::Base belongs_to :field belongs_to :page, touch: true before_save -> { self.value ||= '' } end end end
Version data entries
11 entries across 11 versions & 1 rubygems