add link for oqs in origami

This commit is contained in:
phyusin
2018-02-22 18:51:57 +06:30
parent 8d03fab703
commit 7cbb67fd30
20 changed files with 257 additions and 109 deletions

View File

@@ -191,6 +191,9 @@ class Ability
elsif user.role == "waiter"
can :index, :home
can :show, :home
#ability for split_bill
can :index, :split_bill
can :create, :split_bill
end
end
end