Sha256: 52212616b92a0164b302d100a9c4bb1295d55ec9a4c047c7ae1895b77c8df266
Contents?: true
Size: 221 Bytes
Versions: 21
Compression:
Stored size: 221 Bytes
Contents
# encoding: utf-8 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
21 entries across 21 versions & 1 rubygems