added invites

This commit is contained in:
albert
2011-07-29 19:42:25 -04:00
parent c8afd34d15
commit 04103c3352
10 changed files with 117 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ Danbooru::Application.routes.draw do
get :search
end
end
resources :invitations, :only => [:new, :create, :index]
resource :tag
namespace :post do
resource :dashboard, :only => [:show]