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