Sha256: d7f30ab15e3552faf3dea7465889fadac8020bb3b026cc1ba6bdef752f41e6f7
Contents?: true
Size: 654 Bytes
Versions: 14
Compression:
Stored size: 654 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 :integer default(0), not null # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
14 entries across 14 versions & 1 rubygems