saasbook / rottenpotatoes-rails-intro

RottenPotatoes app skeleton for saasbook/hw-rails-intro
33 stars 3.51k forks source link

added root route #5

Closed patmbolger closed 8 years ago

patmbolger commented 8 years ago

README states: "Now you should be able to navigate to your app's URL. heroku open opens your browser to that URL in case you forgot it." This ("heroku open") will not work on Heroku unless there is a root route defined. (without a root route open has to add "/movies" to the default URL)

https://www.pivotaltracker.com/story/show/107709426