Sha256: 27e8339424d3f5619f98f3f7dec8572b8643e6a91d95ad7491f77b03ff5ebdf0
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
module Spina class StructureItem < ActiveRecord::Base belongs_to :structure has_many :structure_parts, dependent: :destroy scope :sorted_by_structure, -> { order('position') } accepts_nested_attributes_for :structure_parts, allow_destroy: true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spina-0.6.15 | app/models/spina/structure_item.rb |
spina-0.6.14 | app/models/spina/structure_item.rb |