Sha256: e65ea2a8269f95f11509b0faf8a3b559123f76dc30ce78dabcc8363a57805866
Contents?: true
Size: 478 Bytes
Versions: 51
Compression:
Stored size: 478 Bytes
Contents
class Caboose::PageCustomField < ActiveRecord::Base self.table_name = "page_custom_fields" belongs_to :site attr_accessible :id , :site_id , :key , :name , :field_type , :default_value , :options , :sort_order FIELD_TYPE_TEXT = 'text' FIELD_TYPE_SELECT = 'select' FIELD_TYPE_CHECKBOX = 'checkbox' FIELD_TYPE_DATE = 'date' FIELD_TYPE_DATETIME = 'datetime' end
Version data entries
51 entries across 51 versions & 1 rubygems