caktus / chippy

Place your chips! Plan your sprints!
https://chippy.cloud/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Remove hardcoded URL path #41

Closed vkurup closed 5 years ago

vkurup commented 5 years ago

I figured out why I couldn't fix the hardcoded /sprint/new path in #39. Using the as :new_sprint alias changes the name of live_path to new_sprint_path, which doesn't seem to serve any other purpose in the app. Removing that alias allows us to use live_path in our Routes helper to find the correct URL.