paper-trail-gem--paper_trail/test/dummy/config/routes.rb

5 lines
140 B
Ruby
Raw Normal View History

2011-02-08 17:16:35 +00:00
Dummy::Application.routes.draw do
resources :articles, :only => [:create]
resources :widgets, :only => [:create, :update, :destroy]
2011-02-08 17:16:35 +00:00
end