Skip to content

Commit

Permalink
[api] remove unused flag controller
Browse files Browse the repository at this point in the history
We'll do it directly later
  • Loading branch information
coolo committed Oct 20, 2013
1 parent 0b42028 commit 41ba1fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
19 changes: 0 additions & 19 deletions src/api/app/controllers/webui/flags_controller.rb

This file was deleted.

12 changes: 0 additions & 12 deletions src/api/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -332,18 +332,6 @@
#
namespace :webui do
resources :projects, constraints: { :id => %r{[^\/]*} } do
resources :flags, :only => [:index]
resources :packages, :only => [], constraints: { :id => %r{[^\/]*} } do
resources :relationships, :only => [:create] do
collection do
delete :for_user, action: :remove_user
end
end
resources :flags, :only => [:index]
end
end
resources :packages, :only => [], constraints: { :id => %r{[^\/]*} } do
get 'flags', :on => :member
end
resources :requests, :only => [:index, :show] do
collection do
Expand Down

0 comments on commit 41ba1fa

Please sign in to comment.