Sha256: 529b0f3ae64cb4fcedca4ac94c436b4f3bfcd01204a75e1760d96329f65d5723
Contents?: true
Size: 292 Bytes
Versions: 6
Compression:
Stored size: 292 Bytes
Contents
ForemanHdm::Engine.routes.draw do constraints(id: %r{[^/]+}, host_id: %r{[^/]+}) do resources :hosts, only: [], controller: '/hosts' do resources :keys, only: %i[index show] end end end Foreman::Application.routes.draw do mount ForemanHdm::Engine, at: '/foreman_hdm' end
Version data entries
6 entries across 6 versions & 1 rubygems