diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index a7775b3..cf4733c 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -31,6 +31,10 @@ Cccms::Application.routes.draw do | |||
| 31 | end | 31 | end |
| 32 | 32 | ||
| 33 | resources :nodes do | 33 | resources :nodes do |
| 34 | collection do | ||
| 35 | get :parameterize_preview | ||
| 36 | end | ||
| 37 | |||
| 34 | member do | 38 | member do |
| 35 | put :unlock | 39 | put :unlock |
| 36 | put :publish | 40 | put :publish |
