Sha256: 8cb8b11a59e29750de39f6e568955d48cd1d995eba8650234b6939752b3d1d66
Contents?: true
Size: 223 Bytes
Versions: 21
Compression:
Stored size: 223 Bytes
Contents
# encoding: utf-8 module ConstructorPages module Types # Integer type. Render small text field. class IntegerType < ActiveRecord::Base belongs_to :field belongs_to :page, touch: true end end end
Version data entries
21 entries across 21 versions & 1 rubygems