Skip to content

Commit

Permalink
removed medical services controller views and routes
Browse files Browse the repository at this point in the history
  • Loading branch information
kumbafu committed Feb 24, 2012
1 parent e4f3e90 commit 90b8c4f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 418 deletions.
105 changes: 0 additions & 105 deletions app/controllers/services_controller.rb

This file was deleted.

30 changes: 0 additions & 30 deletions app/views/services/_reportable_studies.html.haml

This file was deleted.

151 changes: 0 additions & 151 deletions app/views/services/edit.html.haml

This file was deleted.

86 changes: 0 additions & 86 deletions app/views/services/index.html.haml

This file was deleted.

1 change: 0 additions & 1 deletion config/routes.rb
Expand Up @@ -20,7 +20,6 @@
map.resources :involvements, :collection => {:sample => :get, :empi_lookup => :get}, :member => {:other => :get,:forms=>:get},:has_many=>:events
map.resource :search, :controller => :search, :only => %w(show create)
map.resources :reports, :collection => {:nih => :get}, :except => %w(update destroy)
map.resources :services, :collection => {:services_update => :post}
map.resources :roles, :only => :show
map.hub '/hub', {:controller => "admin", :action => "index"}
map.pi_report '/hub/pi_report', {:controller => "admin", :action => "pi_report"}
Expand Down
13 changes: 0 additions & 13 deletions config/schedule.rb

This file was deleted.

0 comments on commit 90b8c4f

Please sign in to comment.