Sha256: 6d1a9f328f6b3a8585442414a2861c127ee1f63e710273c31453140889916db0
Contents?: true
Size: 689 Bytes
Versions: 13
Compression:
Stored size: 689 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 not null # updated_at :datetime not null #
Version data entries
13 entries across 13 versions & 1 rubygems