Sha256: eaa7fe98fcdcc10abfe1b5fad453d97857661999bbd43fcf1d806628eeae8e0a
Contents?: true
Size: 288 Bytes
Versions: 19
Compression:
Stored size: 288 Bytes
Contents
module Pulitzer class PartialType < Pulitzer::ApplicationRecord belongs_to :free_form_section_type belongs_to :post_type_version def self.export_config { except: :id } end def first? free_form_section_type.first_partial_type.id == id end end end
Version data entries
19 entries across 19 versions & 1 rubygems