Sha256: a80df0ecf16096b7c61962cd1813dd7ad307cf0f9b10932e420026226cf273e6
Contents?: true
Size: 691 Bytes
Versions: 20
Compression:
Stored size: 691 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_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 :decimal(, ) default(0.0), not null # note :text # position :integer # created_at :datetime not null # updated_at :datetime not null #
Version data entries
20 entries across 20 versions & 1 rubygems