spec/dummy/config/routes.rb in automigration-1.0.0 vs spec/dummy/config/routes.rb in automigration-1.0.1
- old
+ new
@@ -1,5 +1,7 @@
Dummy::Application.routes.draw do
+ devise_for :users
+
# The priority is based upon order of creation:
# first created -> highest priority.
# Sample of regular route:
# match 'products/:id' => 'catalog#view'