oqs options printer

This commit is contained in:
May Zin
2019-04-23 15:00:53 +06:30
parent ab666e7f82
commit a88e84954a
9 changed files with 7506 additions and 20 deletions

View File

@@ -30,6 +30,7 @@ class Origami::TableInvoicesController < BaseOrigamiController
end
def show
puts 'Catch me if you can.......................'
@table = DiningFacility.find(params[:table_id])
@membership = MembershipSetting::MembershipSetting
@payment_methods = PaymentMethodSetting.all