democracyworks / hat-trick

Hat Trick - Rails wizards done right
MIT License
5 stars 0 forks source link

Avoid double slashes in URLs #21

Closed paulschreiber closed 12 years ago

paulschreiber commented 12 years ago

Avoid double slashes in URLs, i.e. /reg/wizard//password

If you start by going to /reg/wizard/ (instead of /reg/wizard), the next page you visit will have an extra slash before the section name.

Subsequent pages show the correct URL.

cap10morgan commented 12 years ago

This is fixed now.