added necessity to be logged in to view djweb

This commit is contained in:
Tyrel Souza 2014-05-30 12:01:50 -04:00
parent 58c95ccca4
commit 8fdaba4c0e

View File

@ -14,5 +14,7 @@ Vidpush::Application.routes.draw do
end end
end end
authenticated :user do
match "/djweb" => DelayedJobWeb, :anchor => false, via: [:get, :post] match "/djweb" => DelayedJobWeb, :anchor => false, via: [:get, :post]
end end
end