Sha256: ae460358786f732120bd1ebfa2e93a85ab7fc95b84681979536790857757426b
Contents?: true
Size: 478 Bytes
Versions: 278
Compression:
Stored size: 478 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 , :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
278 entries across 278 versions & 1 rubygems