diff --git a/app/controllers/movies_controller.rb b/app/controllers/movies_controller.rb index 4845584..34d9cbd 100644 --- a/app/controllers/movies_controller.rb +++ b/app/controllers/movies_controller.rb @@ -1,6 +1,6 @@ class MoviesController < ApplicationController def index - @choices, @movies = ["Iron Man", "Batman", "Forrest Gump"], [] + @choices, @movies = ["Iron Man ⎊", "Batman 🦇", "Forrest Gump 🏃"], [] (0..15).each{ |num| @movies.append(@choices.sample()) }