Sha256: 39271ddd05e15f536ca6c62b2c60da0c4f08faa2525bc0c9ee7dc46ae06dda60
Contents?: true
Size: 830 Bytes
Versions: 9
Compression:
Stored size: 830 Bytes
Contents
# -*- encoding: utf-8 -*- require 'rails_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 # content_type :string # title :text # thumbnail :string # position :integer # created_at :datetime # updated_at :datetime # picture_file_name :string # picture_content_type :string # picture_file_size :integer # picture_updated_at :datetime # picture_meta :text # picture_fingerprint :string # picture_width :integer # picture_height :integer #
Version data entries
9 entries across 8 versions & 2 rubygems