config/routes.rb in
Competition-0.0.1
vs config/routes.rb in
Competition-0.0.2
- old
+ new
@@ -2 +1,2 @@
Competition::Engine.routes.draw do
+ resources :leaderboard, :only => [:index]
end