Sha256: 60e3211489fcb6c6d1dbeb2469f8e7f59f018fdfe5216093c23a93e36236b25c
Contents?: true
Size: 183 Bytes
Versions: 18
Compression:
Stored size: 183 Bytes
Contents
module Pulitzer class CustomOptionList < ActiveRecord::Base belongs_to :content_element_type has_many :custom_options def gid to_global_id.to_s end end end
Version data entries
18 entries across 18 versions & 1 rubygems