Sha256: b9140d4cee61a8b633ccf961c1cf184edd10e6a01f3a7e8f31369ced8baaf9e2
Contents?: true
Size: 503 Bytes
Versions: 119
Compression:
Stored size: 503 Bytes
Contents
class Caboose::PostCustomField < ActiveRecord::Base self.table_name = "post_custom_fields" belongs_to :site attr_accessible :id , :site_id , :key , :name , :field_type , :default_value , :options , :options_url , :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
119 entries across 119 versions & 1 rubygems