You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
190 B
11 lines
190 B
6 years ago
|
#coding=utf-8
|
||
|
#
|
||
|
FactoryGirl.define do
|
||
|
factory :attachment do
|
||
|
filename "11.gif"
|
||
|
filesize 296833
|
||
|
digest "8a74e086d7716f89bc4fbac0606589c7"
|
||
|
disk_directory "2015/05"
|
||
|
end
|
||
|
end
|