Sha256: 31e28386314c2ab275f2630ebbae20b09655525ee834b96012637355cd8f3a8b
Contents?: true
Size: 271 Bytes
Versions: 6
Compression:
Stored size: 271 Bytes
Contents
module Spina class Text < ApplicationRecord extend Mobility translates :content, fallbacks: true has_many :page_parts, as: :page_partable has_many :layout_parts, as: :layout_partable has_many :structure_parts, as: :structure_partable end end
Version data entries
6 entries across 6 versions & 1 rubygems