Skip to content

Commit

Permalink
part 3 complete
Browse files Browse the repository at this point in the history
  • Loading branch information
wty-Bryant committed Oct 10, 2021
1 parent fa2ce7b commit a2a70ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/movies_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def index
end

@all_ratings = Movie.all_ratings
@ratings_to_show = []
@ratings_to_show = @all_ratings
@sort_by = ""
redirect = false

Expand Down

0 comments on commit a2a70ba

Please sign in to comment.