summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2015-01-26 00:42:58 +0100
committerjomo <github@jomo.tv>2015-01-26 00:42:58 +0100
commit374f60216342e3c7f09867faa174416b0afa2b52 (patch)
tree6c7a89de90978c35da55b55b1eaff1c64c74458d /config
parentf0c0c1c20e5747706eedcca61e82f6d850f35e72 (diff)
remove mini markdown renderer everywhere
was still used for comment emails etc
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4128402..de9eb27 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -37,7 +37,6 @@ Redstoner::Application.routes.draw do
resources :tools do
collection do
post 'render_markdown'
- post 'render_mini_markdown'
end
end