Sha256: 39c092e002f9b578b8433f038b4e4d6ff5c1585aa6a1469b2827fa0286bef77d
Contents?: true
Size: 862 Bytes
Versions: 13
Compression:
Stored size: 862 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe PurchaseRequest do #pending "add some examples to (or delete) #{__FILE__}" end # == Schema Information # # Table name: purchase_requests # # id :integer not null, primary key # user_id :integer not null # title :text not null # author :text # publisher :text # isbn :string(255) # date_of_publication :datetime # price :integer # url :string(255) # note :text # accepted_at :datetime # denied_at :datetime # created_at :datetime not null # updated_at :datetime not null # deleted_at :datetime # state :string(255) # pub_date :string(255) #
Version data entries
13 entries across 13 versions & 1 rubygems