Skip to content

Commit

Permalink
Merge pull request ManageIQ#1834 from lpichler/remove_get_route_for_r…
Browse files Browse the repository at this point in the history
…eport_data

Remove get route for report data
  • Loading branch information
himdel authored Aug 8, 2017
2 parents 9215feb + c2e0835 commit 0f76b9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3321,10 +3321,6 @@
end

default_routes.each do |action_name|
# TODO GET will be removed, now is it just for compatibility with ui-components
get "#{controller_name}/#{action_name}(/:id)",
:action => action_name,
:controller => controller_name
post "#{controller_name}/#{action_name}(/:id)",
:action => action_name,
:controller => controller_name
Expand Down

0 comments on commit 0f76b9f

Please sign in to comment.