frontend view layout

This commit is contained in:
Min Zeya Phyo
2017-04-21 05:07:00 +06:30
parent e1e102fd15
commit db3b50a496
16 changed files with 795 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
class BaseOqsController < ActionController::Base
include LoginVerification
layout "OQS"
#before_action :check_installation
protect_from_forgery with: :exception
end