diff --git a/Gemfile.lock b/Gemfile.lock index 393a2ac8..6578eb07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) - chartkick (3.2.1) + chartkick (3.2.2) chronic (0.10.2) chunky_png (1.3.11) coffee-rails (4.2.2) @@ -140,7 +140,7 @@ GEM listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - loofah (2.3.0) + loofah (2.3.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -265,7 +265,7 @@ GEM simple_form (5.0.1) actionpack (>= 5.0) activemodel (>= 5.0) - spreadsheet (1.2.4) + spreadsheet (1.2.5) ruby-ole (>= 1.0) spring (2.0.2) activesupport (>= 4.2) diff --git a/app/controllers/api/restaurant/menu_controller.rb b/app/controllers/api/restaurant/menu_controller.rb index 7dfa0ec5..5cafe72c 100755 --- a/app/controllers/api/restaurant/menu_controller.rb +++ b/app/controllers/api/restaurant/menu_controller.rb @@ -1,4 +1,6 @@ class Api::Restaurant::MenuController < Api::ApiController + + skip_before_action :authenticate #Description # Pull the default menu details and also other available (active) menus # Input Params - order_id diff --git a/config/routes.rb b/config/routes.rb index bbc7a816..96d77d0f 100755 --- a/config/routes.rb +++ b/config/routes.rb @@ -14,7 +14,6 @@ scope "(:locale)", locale: /en|mm/ do mount ActionCable.server => "/cable" # end - #--------- SmartSales Activation ------------# get 'activate' => 'install#index' post 'activate' => 'install#activate' diff --git a/dump.rdb b/dump.rdb index e4cb2863..d8fa323f 100644 Binary files a/dump.rdb and b/dump.rdb differ