Sha256: b47318a8143495599c5fa8b4d3633a5f7bec8555378436f87d335510af88f778
Contents?: true
Size: 822 Bytes
Versions: 52
Compression:
Stored size: 822 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
52 entries across 52 versions & 1 rubygems