Files
sx-fc/app/controllers/base_report_controller.rb
2017-06-09 13:35:41 +06:30

9 lines
166 B
Ruby

class BaseReportController < ActionController::Base
include LoginVerification
#before_action :check_installation
protect_from_forgery with: :exception
end