Sha256: 1e8f2ee2050615c2bc848a56fadfc69c532d358c8dad822a3f2a96c64c716cd6

Contents?: true

Size: 652 Bytes

Versions: 1

Compression:

Stored size: 652 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(255)
#  metadata              :text             default("{}")
#  sort_key              :integer
#  inter_library_loan_id :integer
#  created_at            :datetime         not null
#  updated_at            :datetime         not null
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_inter_library_loan-0.1.0.pre10 app/models/inter_library_loan_transition.rb