This commit is contained in:
Nweni
2019-10-30 09:56:37 +06:30
parent 52b8c4c1d2
commit 530b5ac87a
4 changed files with 5 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ GEM
activemodel (>= 4.0.0) activemodel (>= 4.0.0)
activesupport (>= 4.0.0) activesupport (>= 4.0.0)
mime-types (>= 1.16) mime-types (>= 1.16)
chartkick (3.2.1) chartkick (3.2.2)
chronic (0.10.2) chronic (0.10.2)
chunky_png (1.3.11) chunky_png (1.3.11)
coffee-rails (4.2.2) coffee-rails (4.2.2)
@@ -140,7 +140,7 @@ GEM
listen (3.0.8) listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.3.0) loofah (2.3.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
@@ -265,7 +265,7 @@ GEM
simple_form (5.0.1) simple_form (5.0.1)
actionpack (>= 5.0) actionpack (>= 5.0)
activemodel (>= 5.0) activemodel (>= 5.0)
spreadsheet (1.2.4) spreadsheet (1.2.5)
ruby-ole (>= 1.0) ruby-ole (>= 1.0)
spring (2.0.2) spring (2.0.2)
activesupport (>= 4.2) activesupport (>= 4.2)

View File

@@ -1,4 +1,6 @@
class Api::Restaurant::MenuController < Api::ApiController class Api::Restaurant::MenuController < Api::ApiController
skip_before_action :authenticate
#Description #Description
# Pull the default menu details and also other available (active) menus # Pull the default menu details and also other available (active) menus
# Input Params - order_id # Input Params - order_id

View File

@@ -14,7 +14,6 @@ scope "(:locale)", locale: /en|mm/ do
mount ActionCable.server => "/cable" mount ActionCable.server => "/cable"
# end # end
#--------- SmartSales Activation ------------# #--------- SmartSales Activation ------------#
get 'activate' => 'install#index' get 'activate' => 'install#index'
post 'activate' => 'install#activate' post 'activate' => 'install#activate'

BIN
dump.rdb

Binary file not shown.