Sha256: 89f39f5d213c8b6c50eb4d9268d69909fe2c767c3e710606551f2a797d5d88e8

Contents?: true

Size: 340 Bytes

Versions: 8

Compression:

Stored size: 340 Bytes

Contents

Rails.application.routes.draw do
  namespace :foreman_setup do
    resources :provisioners, :except => [:edit, :update] do
      member do
        get 'edit', :action => :step2
        get 'step2'
        put 'step2_update'
        get 'step3'
        post 'step4'
        put 'step4_update'
        get 'step5'
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
foreman_setup-8.0.1 config/routes.rb
foreman_setup-8.0.0 config/routes.rb
foreman_setup-7.0.0 config/routes.rb
foreman_setup-6.0.0 config/routes.rb
foreman_setup-5.0.1 config/routes.rb
foreman_setup-5.0.0 config/routes.rb
foreman_setup-4.0.0 config/routes.rb
foreman_setup-3.1.1 config/routes.rb