bug fix for order completed

This commit is contained in:
Yan
2017-06-12 20:11:37 +06:30
parent 562c93dee7
commit 1d1a913732
6 changed files with 49 additions and 32 deletions

View File

@@ -9,7 +9,7 @@ Rails.application.routes.draw do
mount Sidekiq::Web => '/kiq'
# Action Cable Creation
# mount ActionCable.server => "/cable"
mount ActionCable.server => "/cable"
#--------- SmartSales Installation ------------#
get 'install' => 'install#index'