aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorJérémy FRERE <frere.jeremy@gmail.com>2013-10-24 12:41:20 +0200
committerPhilip Arndt <git@p.arndt.io>2015-05-14 09:52:29 +1200
commita9288cc3bd998d7c179b080f56eccd6a56f59133 (patch)
treeb4658ea330aab2f713151058b40cbbd1f2ac127a /config/routes.rb
parentbb0d3b0da633053c0236bdbe5a9452ae9655fda7 (diff)
downloadrefinerycms-blog-a9288cc3bd998d7c179b080f56eccd6a56f59133.tar.gz
refinerycms-blog-a9288cc3bd998d7c179b080f56eccd6a56f59133.tar.bz2
refinerycms-blog-a9288cc3bd998d7c179b080f56eccd6a56f59133.zip
Adds a button to delete the displayed translation of a blog post
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 8a7ae27..f36bc11 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -20,6 +20,9 @@ Refinery::Core::Engine.routes.draw do
get :uncategorized
get :tags
end
+ member do
+ post :delete_translation
+ end
end
resources :categories