Skip to content

Commit

Permalink
added 3 movies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielswei committed Dec 31, 2024
1 parent 4d71093 commit f3ad250
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
:release_date => '19-Feb-2021'},
{:title => 'CODA', :rating => 'PG-13',
:release_date => '13-Aug-2021'}
{:title => 'Mufasa', :rating => 'PG',

Check failure on line 22 in db/seeds.rb

View workflow job for this annotation

GitHub Actions / lint

Lint/Syntax: unexpected token tLBRACE (Using Ruby 3.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)
:release_date => '23-Dec-2024'}
{:title => 'Mario', :rating => 'G',
:release_date => '10-Aug-2023'}
{:title => 'The Matrix', :rating => 'PG-13',
:release_date => '13-Feb-1999'}
]

Check failure on line 28 in db/seeds.rb

View workflow job for this annotation

GitHub Actions / lint

Lint/Syntax: unexpected token tRBRACK (Using Ruby 3.3 parser; configure using `TargetRubyVersion` parameter, under `AllCops`)

more_movies.each do |movie|
Expand Down

0 comments on commit f3ad250

Please sign in to comment.