Sha256: ea7e79fb9de22072cdad57aac32231a5bb71b31503aa75d11d68e55ef6edc1cb
Contents?: true
Size: 195 Bytes
Versions: 4
Compression:
Stored size: 195 Bytes
Contents
module CmPageBuilder::Rails class PageComponent < ApplicationRecord belongs_to :page has_one_attached :component_attachment default_scope { order(position: :asc) } end end
Version data entries
4 entries across 4 versions & 1 rubygems