danielswaine / SodburyChallenge

A Rails app to help manage an overnight orienteering competition.
GNU General Public License v3.0
0 stars 1 forks source link

Remove dependence on root_url #10

Closed danielswaine closed 2 years ago

danielswaine commented 8 years ago

X91 changed the target of root_path and root_url. We need make a new named route for the start times/status page and go through the controllers replacing root_path/root_url with it so that actions still work as expected.

danielswaine commented 2 years ago

A separate results page has since been added. Closing issue.