Sha256: 04e76b95f73a0782c91ba78ae28bfc9444ba5dd9f64b6e47e52d61af34e5f9dc
Contents?: true
Size: 207 Bytes
Versions: 1
Compression:
Stored size: 207 Bytes
Contents
module Spina class Structure < ApplicationRecord has_one :page_part, as: :page_partable has_many :structure_items accepts_nested_attributes_for :structure_items, allow_destroy: true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spina-0.10.0 | app/models/spina/structure.rb |