Sha256: 04584b16594cda865bba404563d636880c0900e9641185e5e20262452f9ad0d9
Contents?: true
Size: 231 Bytes
Versions: 12
Compression:
Stored size: 231 Bytes
Contents
# encoding: utf-8 module ConstructorPages module Types class IntegerType < ActiveRecord::Base attr_accessible :value, :field_id, :field, :page_id, :page belongs_to :field belongs_to :page end end end
Version data entries
12 entries across 12 versions & 2 rubygems