Sha256: ab80252bb6f0a00d38f885f0983114d1d6a8157eccbf91c1102ff55490e4bbee
Contents?: true
Size: 192 Bytes
Versions: 19
Compression:
Stored size: 192 Bytes
Contents
module Pulitzer class CustomOptionList < Pulitzer::ApplicationRecord belongs_to :content_element_type has_many :custom_options def gid to_global_id.to_s end end end
Version data entries
19 entries across 19 versions & 1 rubygems