47731175f4
If for some reason an URL was create in this format: ``` ?slug[]=foo&slug[]=bar ``` This would have create an exception of this kind: ``` NoMethodError (undefined method `tr' for ["foo", "bar"]:Array Did you mean? try) ```