frontend view layout
This commit is contained in:
9
app/controllers/base_oqs_controller.rb
Normal file
9
app/controllers/base_oqs_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class BaseOqsController < ActionController::Base
|
||||
include LoginVerification
|
||||
layout "OQS"
|
||||
|
||||
#before_action :check_installation
|
||||
protect_from_forgery with: :exception
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user