Sha256: d97896173f710b38a31e5c48523e7c8d4d527918bb0fcde33e9c4b01857ff8b1

Contents?: true

Size: 336 Bytes

Versions: 16

Compression:

Stored size: 336 Bytes

Contents

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
foreman_setup-3.1.0 config/routes.rb
foreman_setup-3.0.2 config/routes.rb
foreman_setup-3.0.1 config/routes.rb
foreman_setup-3.0.0 config/routes.rb
foreman_setup-2.1.1 config/routes.rb
foreman_setup-2.1.0 config/routes.rb
foreman_setup-2.0.4 config/routes.rb
foreman_setup-2.0.3 config/routes.rb
foreman_setup-2.0.2 config/routes.rb
foreman_setup-2.0.1 config/routes.rb
foreman_setup-2.0.0 config/routes.rb
foreman_setup-1.0.4 config/routes.rb
foreman_setup-1.0.3 config/routes.rb
foreman_setup-1.0.2 config/routes.rb
foreman_setup-1.0.1 config/routes.rb
foreman_setup-1.0.0 config/routes.rb