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