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