dockerize faye and counters

This commit is contained in:
2015-02-10 15:44:46 +01:00
parent cab883b3ce
commit 461bbdb3ec
15 changed files with 388 additions and 26 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
class DashboardController < ApplicationController
class DashboardController < ApplicationController
layout 'theme1'
before_action :allow_all_origins, only: :error_report
@@ -13,6 +13,10 @@
render nothing: true
end
def scan
end
def close_window
render layout: false
end