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