Added by Brandon Bertelsen over 11 years ago
Is there a way to edit routes.rb such that the home page is actually a custom query?
It seems pretty simple to redirect home to issues, for example:
root :to => 'issues#index', :as => 'home'
However I can't quite seems to figure out the nomenclature for custom queries.