Sha256: 92ae5efe714ffb633a2b82183949f1fbf98b557e2e153ca719b34b3ee1c5837b
Contents?: true
Size: 795 Bytes
Versions: 12
Compression:
Stored size: 795 Bytes
Contents
# All routes entered here will automatically be pulled in Foreman Rails.application.routes.draw do # Needed to make the hosts/edit form render match 'architecture_selected_discovers' => 'hosts#architecture_selected' match 'os_selected_discovers' => 'hosts#os_selected' match 'medium_selected_discovers' => 'hosts#medium_selected' constraints(:id => /[^\/]+/) do resources :discovers do member do get 'refresh_facts' end collection do get 'multiple_destroy' post 'submit_multiple_destroy' get 'select_multiple_organization' post 'update_multiple_organization' get 'select_multiple_location' post 'update_multiple_location' get 'auto_complete_search' end end end end
Version data entries
12 entries across 12 versions & 1 rubygems