Sha256: f590c0eb1bf4686bbf33015ab8592cbb8367c6f44b249f7344cbed6d1730b8cc
Contents?: true
Size: 196 Bytes
Versions: 27
Compression:
Stored size: 196 Bytes
Contents
# encoding: utf-8 module ConstructorPages module Types # Text type. Render textarea. class TextType < ActiveRecord::Base belongs_to :field belongs_to :page end end end
Version data entries
27 entries across 27 versions & 3 rubygems