#251: configure JsRoutes

This commit is contained in:
Vokhmin Alexey V 2013-08-05 22:03:03 +04:00
parent a91bfe95c9
commit bd931acd24
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
JsRoutes.setup do |config|
config.exclude = [/token/, /admin/, /api/, /key/]
end