spec/dummy/config/routes.rb in nested_form-0.3.1 vs spec/dummy/config/routes.rb in nested_form-0.3.2
- old
+ new
@@ -1,5 +1,6 @@
Dummy::Application.routes.draw do
+ resources :companies, :only => %w(new create)
resources :projects, :only => %w(new create)
get '/:controller/:action'
# The priority is based upon order of creation:
# first created -> highest priority.