7 lines
153 B
Ruby
Executable File
7 lines
153 B
Ruby
Executable File
class BaseWaiterController < ApplicationController
|
|
layout "waiter"
|
|
|
|
#before_action :check_installation
|
|
protect_from_forgery with: :exception
|
|
end
|