From 9d42b6fcda9e21977c88afb2ed43efb4269f92c5 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Tue, 28 Oct 2014 17:59:41 +0800 Subject: [PATCH] store url fix --- app/controllers/admin/store_controller.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/admin/store_controller.rb b/app/controllers/admin/store_controller.rb index de4a946..e0f8f2b 100644 --- a/app/controllers/admin/store_controller.rb +++ b/app/controllers/admin/store_controller.rb @@ -59,7 +59,7 @@ class Admin::StoreController < OrbitAdminController private def store_url - # @store_url = "http://store.tp.rulingcom.com" - @store_url = "http://localhost:3000" + @store_url = "http://store.tp.rulingcom.com" + # @store_url = "http://localhost:3000" end end \ No newline at end of file