towerjs

Wierd routing issues with towerjs


if my router says

@resources "homes"

and i navigate to /homes

everything loads

but if i have

@match '/', to: 'homes#index'

and navigate to /

nothing happens. I just get my template.


Solution

  • I fixed this myself and sent a PR and it seems to work as expected.