license update, base controllers extends app controller
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
class BaseWaiterController < ActionController::Base
|
||||
include LicenseVerification
|
||||
class BaseWaiterController < ApplicationController
|
||||
layout "waiter"
|
||||
|
||||
#before_action :check_installation
|
||||
protect_from_forgery with: :exception
|
||||
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user