Merge branch 'copy-notes'

This commit is contained in:
Toks
2013-05-18 16:26:00 -04:00
6 changed files with 55 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ Danbooru::Application.routes.draw do
resources :votes, :controller => "post_votes", :only => [:create, :destroy]
member do
put :revert
put :copy_notes
get :show_seq
end
end