add base report controller
This commit is contained in:
8
app/controllers/base_report_controller.rb
Normal file
8
app/controllers/base_report_controller.rb
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
class BaseReportController < ActionController::Base
|
||||||
|
include LoginVerification
|
||||||
|
|
||||||
|
#before_action :check_installation
|
||||||
|
protect_from_forgery with: :exception
|
||||||
|
|
||||||
|
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user