Project

General

Profile

« Previous | Next » 

Revision 0a139060

Added by David Davis almost 10 years ago

Fixes #6647,BZ1120335 - Remove old foreman org destroy routes

Removing old foreman destroy routes since they don't use dynflow to delete
organizations.

View differences:

lib/katello/engine.rb
initializer "katello.paths" do |app|
app.routes_reloader.paths << "#{Katello::Engine.root}/config/routes/api/v2.rb"
app.routes_reloader.paths << "#{Katello::Engine.root}/config/routes/api/rhsm.rb"
app.routes_reloader.paths.unshift("#{Katello::Engine.root}/config/routes/overrides.rb")
end
initializer "katello.helpers" do |app|

Also available in: Unified diff