Sha256: ac695dfb2464291fccbdc8d9b6e019c007e361e9269a3a2546e484ec8411294d
Contents?: true
Size: 819 Bytes
Versions: 19
Compression:
Stored size: 819 Bytes
Contents
# -*- encoding: utf-8 -*- require 'spec_helper' describe PictureFile do #pending "add some examples to (or delete) #{__FILE__}" end # == Schema Information # # Table name: picture_files # # id :integer not null, primary key # picture_attachable_id :integer # picture_attachable_type :string(255) # content_type :string(255) # title :text # thumbnail :string(255) # position :integer # created_at :datetime not null # updated_at :datetime not null # picture_file_name :string(255) # picture_content_type :string(255) # picture_file_size :integer # picture_updated_at :datetime # picture_meta :text # picture_fingerprint :string(255) #
Version data entries
19 entries across 19 versions & 1 rubygems