laroute
laroute copied to clipboard
laroute.link_to doesn't work
Even a simple laroute.link_to('hello'); doesn't work (laroute.js:25 Uncaught TypeError: parameters.join is not a function(…)) because it calls this.route with one argument and so the second argument (parameters) is filled with wrong default ({}) which doesn't have join method since it's expected to be an array.
+1