dummy/config/routes.rb in dailycred-0.2.0 vs dummy/config/routes.rb in dailycred-0.3.0

- old
+ new

@@ -1,5 +1,6 @@ Dummy::Application.routes.draw do + mount Dailycred::Engine => '/auth', :as => 'dailycred_engine' #mount Dailycred::Engine => '/auth', :as => 'dailycred_engine' # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". # You can have the root of your site routed with "root"