added new tag batch change model

This commit is contained in:
albert
2011-08-03 18:32:57 -04:00
parent 04103c3352
commit 3e2b2e7418
6 changed files with 94 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ Danbooru::Application.routes.draw do
end
end
resources :invitations, :only => [:new, :create, :index]
resource :tag
resource :tag, :only => [:edit, :update]
namespace :post do
resource :dashboard, :only => [:show]
resource :approval, :only => [:create]