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