Sha256: 96d4fc5ea04ae46c1743173fe9a93086476b68445d848496216fc4975916dc2f

Contents?: true

Size: 391 Bytes

Versions: 4

Compression:

Stored size: 391 Bytes

Contents

module Sections
  module Model
    ##
    # Model for managing the statuses of each section entry.
    #
    # @since  0.2.8
    #
    class SectionEntryStatus < Sequel::Model
      many_to_one :section_entry,
        :class => 'Sections::Model::SectionEntryStatus'

      plugin :association_dependencies, :section_entry => :delete
    end # SectionEntryStatus
  end # Model
end # Sections

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zen-0.4.3 lib/zen/package/sections/lib/sections/model/section_entry_status.rb
zen-0.4.2 lib/zen/package/sections/lib/sections/model/section_entry_status.rb
zen-0.4.1 lib/zen/package/sections/lib/sections/model/section_entry_status.rb
zen-0.4 lib/zen/package/sections/lib/sections/model/section_entry_status.rb