mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 22:04:58 +00:00
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) ```