Files
sx-fc/app/controllers/base_waiter_controller.rb
2018-02-23 15:49:29 +06:30

7 lines
153 B
Ruby
Executable File

class BaseWaiterController < ApplicationController
layout "waiter"
#before_action :check_installation
protect_from_forgery with: :exception
end