Is it possible to concatenate an integer and a string inside a model? Something like this:
percent = 50
string = (percent + "%")
Trying this I am getting a Type Error:
TypeError (String can't be coerced into Fixnum): app/models/game.rb:124:in `+'