Sha256: 57fc79838f98df79e3060421111ba521e9b70b7ff55fc33ce30a9c795a38bc79
Contents?: true
Size: 208 Bytes
Versions: 27
Compression:
Stored size: 208 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 end end end
Version data entries
27 entries across 27 versions & 3 rubygems