Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into loyalty

This commit is contained in:
Moe Su
2017-06-11 16:12:23 +06:30
9 changed files with 168 additions and 128 deletions

View File

@@ -0,0 +1,8 @@
class Origami::MpuController < BaseOrigamiController
def index
end
def create
end
end