summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index c0aef2f..da6b626 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -47,6 +47,7 @@ Cccms::Application.routes.draw do
47 resources :revisions do 47 resources :revisions do
48 collection do 48 collection do
49 post :diff 49 post :diff
50 get :diff
50 end 51 end
51 member do 52 member do
52 put :restore 53 put :restore