Sha256: 39734e557649d2f917509c8baad63ccc96f0e96c42151be0ed3e4f8884e5399b
Contents?: true
Size: 270 Bytes
Versions: 4
Compression:
Stored size: 270 Bytes
Contents
YawlRails::Engine.routes.draw do scope as: 'yawl' do resources :processes, :only => [:index, :show], :constraints => {:id => /[^\s]+/} do member do post :restart get :steps end resources :steps, :only => [:show] end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
yawl_rails-0.3.0 | config/routes.rb |
yawl_rails-0.2.2 | config/routes.rb |
yawl_rails-0.2.1 | config/routes.rb |
yawl_rails-0.2.0 | config/routes.rb |