more controller for cashier/waiter view
This commit is contained in:
5
app/reports/menu_report.rb
Normal file
5
app/reports/menu_report.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class MenuReport < Compendium::Report
|
||||
query :list, collect: :active_record do |params|
|
||||
Menu.all
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user