"A little Unicode never hurt anyone," they said, moments before disaster.
This commit is contained in:
parent
44bef3fdf0
commit
300caf1c51
@ -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())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user