Project

General

Profile

Revision e6eb1c48

Added by Dmitri Dolguikh over 8 years ago

fixes #8033: container power on/off redirects to container view now

View differences:

config/routes.rb
2 2
  resources :containers, :only => [:index, :new, :show, :destroy] do
3 3
    member do
4 4
      post :commit
5
      put :power
5 6
    end
6 7
  end
7 8

  

Also available in: Unified diff