Sha256: 824ef007c708276236a6b68bb4eedc2e98dbcf41adc9ceded61036475a1637ea

Contents?: true

Size: 612 Bytes

Versions: 3

Compression:

Stored size: 612 Bytes

Contents

class InterLibraryLoanTransition < ActiveRecord::Base
  include Statesman::Adapters::ActiveRecordTransition

  
  belongs_to :inter_library_loan, inverse_of: :inter_library_loan_transitions
  #attr_accessible :to_state, :sort_key, :metadata
end

# == Schema Information
#
# Table name: inter_library_loan_transitions
#
#  id                    :integer          not null, primary key
#  to_state              :string
#  metadata              :text             default({})
#  sort_key              :integer
#  inter_library_loan_id :integer
#  created_at            :datetime
#  updated_at            :datetime
#

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_inter_library_loan-0.1.1 app/models/inter_library_loan_transition.rb
enju_inter_library_loan-0.1.0 app/models/inter_library_loan_transition.rb
enju_inter_library_loan-0.1.0.pre12 app/models/inter_library_loan_transition.rb