Sha256: 76d3a43b8001cc008bf927543fa94d8d98157407f72a887469b09bdb423b658c

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 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'
    end # SectionEntryStatus
  end # Model
end # Sections

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
zen-0.3 lib/zen/package/sections/lib/sections/model/section_entry_status.rb
zen-0.3b1 lib/zen/package/sections/lib/sections/model/section_entry_status.rb
zen-0.3b lib/zen/package/sections/lib/sections/model/section_entry_status.rb