add base report controller

This commit is contained in:
Yan
2017-06-09 13:35:41 +06:30
parent d2373f2f24
commit 0b04e2d4ef

View File

@@ -0,0 +1,8 @@
class BaseReportController < ActionController::Base
include LoginVerification
#before_action :check_installation
protect_from_forgery with: :exception
end