Files
sx-fc/app/controllers/base_waiter_controller.rb
2018-02-21 16:30:14 +06:30

10 lines
184 B
Ruby
Executable File

class BaseWaiterController < ActionController::Base
include LicenseVerification
layout "waiter"
#before_action :check_installation
protect_from_forgery with: :exception
end