config/routes.rb in foreman_ansible-4.0.3.5 vs config/routes.rb in foreman_ansible-4.0.4

- old
+ new

@@ -1,8 +1,7 @@ # frozen_string_literal: true -# rubocop:disable BlockLength Rails.application.routes.draw do namespace :api do scope '(:apiv)', :module => :v2, :defaults => { :apiv => 'v2' }, @@ -102,6 +101,5 @@ end end end end end -# rubocop:enable BlockLength