Sha256: a3e99348943e8e37f9f5efaa6733a99a203132e12e8a066c7dd0c1ab11684f46
Contents?: true
Size: 578 Bytes
Versions: 22
Compression:
Stored size: 578 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe Answer do #pending "add some examples to (or delete) #{__FILE__}" end # == Schema Information # # Table name: answers # # id :integer not null, primary key # user_id :integer not null # question_id :integer not null # body :text # created_at :datetime # updated_at :datetime # deleted_at :datetime # state :string(255) # item_identifier_list :text # url_list :text #
Version data entries
22 entries across 22 versions & 1 rubygems