wesabe/pfc

Crash on going to url like /accounts/1

Closed this issue · 1 comments

I was getting a crash similar to:

method `split' called for 1:Fixnum (NoMethodError)

when attempting to navigate to the url /accounts/1 (or similar) in pfc. The following fixed it for me: nylen/pfc@1b3f59f

Make going to /accounts/1 work. Closed by c1c53f5.