Displaying 1 result from an estimated 1 matches for "train_t".
Did you mean:
train_y
2010 Mar 26
6
Rake argument error
...the file that can be useful
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
filename: MyString
thumbnail: MyString
description: MyString
two:
filename: MyString
thumbnail: MyString
description: MyString
photo_1:
id:1
filename: train.jpg
thumbnail: train_t.jpg
description: My ride to work
photo_2:
id: 2
filename: lighthouse.jpg
thumbnail: lighthouse_t.jpg
description: I take dates here all the time
photo_3:
id: 3
filename: gargoyle.jpg
thumbnail: gargoyle_t.jpg
description: My paper weight
photo_4:
id: 4
filename: cat.jpg
t...