Sha256: f81ec516e19f6ad658e27d541370d1ba638311c90e410f66874726891615a01c
Contents?: true
Size: 636 Bytes
Versions: 3
Compression:
Stored size: 636 Bytes
Contents
require 'rails_helper' describe LendingPolicy do # pending "add some examples to (or delete) #{__FILE__}" end # == Schema Information # # Table name: lending_policies # # id :integer not null, primary key # item_id :integer not null # user_group_id :integer not null # loan_period :integer default("0"), not null # fixed_due_date :datetime # renewal :integer default("0"), not null # fine :integer default("0"), not null # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_circulation-0.3.11 | spec/models/lending_policy_spec.rb |
enju_circulation-0.3.10 | spec/models/lending_policy_spec.rb |
enju_circulation-0.3.9 | spec/models/lending_policy_spec.rb |