Sha256: 0f4d23787b0b72d3bdf2d13670a32f1aaadebf909e85d6ebf2d2863a57f43524
Contents?: true
Size: 599 Bytes
Versions: 6
Compression:
Stored size: 599 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe Bookstore do #pending "add some examples to (or delete) #{__FILE__}" end # == Schema Information # # Table name: bookstores # # id :integer not null, primary key # name :text not null # zip_code :string(255) # address :text # note :text # telephone_number :string(255) # fax_number :string(255) # url :string(255) # position :integer # deleted_at :datetime # created_at :datetime # updated_at :datetime #
Version data entries
6 entries across 6 versions & 1 rubygems