config/routes.rb in dj_dashboard-0.0.2 vs config/routes.rb in dj_dashboard-0.0.3
- old
+ new
@@ -1,5 +1,3 @@
-DjDashboard::Engine.routes.draw do
- #get "jobs/index"
-
- root :to => "jobs#index"
+Rails.application.routes.draw do
+ get "dj_dashboard" => "dj_dashboard/jobs#index", :as => :dj_dashboard
end