add base report controller

This commit is contained in:
Yan
2017-06-09 12:31:05 +06:30
parent e7a1687b85
commit 18a6b7f297

View File

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