24 lines
450 B
YAML
24 lines
450 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
title: MyString
|
|
year: 1
|
|
director: MyString
|
|
description: MyText
|
|
rating: 9.99
|
|
organized: false
|
|
poster_path: MyString
|
|
backdrop_path: MyString
|
|
metadata: MyText
|
|
|
|
two:
|
|
title: MyString
|
|
year: 1
|
|
director: MyString
|
|
description: MyText
|
|
rating: 9.99
|
|
organized: false
|
|
poster_path: MyString
|
|
backdrop_path: MyString
|
|
metadata: MyText
|