Sha256: a10ef20be427b9fd82a5896f0a1b14c1ba429fc7c04f09ae087a06c8ec19d464
Contents?: true
Size: 193 Bytes
Versions: 2
Compression:
Stored size: 193 Bytes
Contents
TestApp::Application.routes.draw do resources :products do post :create_only_name, :on => :collection get :new_only_name, :on => :collection end root :to => "products#index" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dejavu-0.3.1 | test_app/config/routes.rb |
dejavu-0.3.0 | test_app/config/routes.rb |