Sha256: fe42b3cd0130cbc41058c906a0db51b0e58bd66fbdb1c1bfa7ead3e9eb822317

Contents?: true

Size: 507 Bytes

Versions: 1

Compression:

Stored size: 507 Bytes

Contents

require 'rails_helper'

describe CarrierTypeHasCheckoutType do
  # pending "add some examples to (or delete) #{__FILE__}"

end

# == Schema Information
#
# Table name: carrier_type_has_checkout_types
#
#  id               :bigint           not null, primary key
#  carrier_type_id  :bigint           not null
#  checkout_type_id :bigint           not null
#  note             :text
#  position         :integer
#  created_at       :datetime         not null
#  updated_at       :datetime         not null
#

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_circulation-0.4.0.rc.1 spec/models/carrier_type_has_checkout_type_spec.rb