test/dummy/config/routes.rb in simple_crud-0.0.2 vs test/dummy/config/routes.rb in simple_crud-0.1.0
- old
+ new
@@ -1,5 +1,8 @@
Rails.application.routes.draw do
+
+ resources :users
+
# 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"
# root 'welcome#index'