further optimize raw email feature

This commit is contained in:
Arpit Jalan
2014-10-18 00:48:29 +05:30
parent 3854c0a29e
commit 72873b8368
8 changed files with 22 additions and 7 deletions

View File

@@ -416,6 +416,7 @@ Discourse::Application.routes.draw do
get "/posts/:id/cooked" => "posts#cooked"
get "/posts/:id/expand-embed" => "posts#expand_embed"
get "/posts/:id/raw" => "posts#markdown_id"
get "/posts/:id/raw-email" => "posts#raw_email"
get "raw/:topic_id(/:post_number)" => "posts#markdown_num"
resources :invites do