Sha256: d816bbfa8dba46e21e174eb177ff4b64da927e14ba8b7f300a85a6a71df202d2
Contents?: true
Size: 217 Bytes
Versions: 10
Compression:
Stored size: 217 Bytes
Contents
# encoding: utf-8 module ConstructorPages module Types # HTML type. Render ckeditor wysiwyg. class HtmlType < ActiveRecord::Base belongs_to :field belongs_to :page, touch: true end end end
Version data entries
10 entries across 10 versions & 1 rubygems