Sha256: 1b99318064612199fab98d5bacff7199c988b4d6c576ce174048d66c2aea8ad2
Contents?: true
Size: 787 Bytes
Versions: 15
Compression:
Stored size: 787 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 # updated_at :datetime # 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
15 entries across 15 versions & 1 rubygems