Files
sx-fc/app/controllers/base_oqs_controller.rb
2017-04-21 05:07:00 +06:30

10 lines
176 B
Ruby

class BaseOqsController < ActionController::Base
include LoginVerification
layout "OQS"
#before_action :check_installation
protect_from_forgery with: :exception
end