From 12b38691b0c0dbcfe0cbe4a04c0d87f138d29662 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Mon, 27 Oct 2014 19:10:42 +0800 Subject: [PATCH] url change for store --- app/controllers/admin/store_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/admin/store_controller.rb b/app/controllers/admin/store_controller.rb index b2e1f11..dbb3b09 100644 --- a/app/controllers/admin/store_controller.rb +++ b/app/controllers/admin/store_controller.rb @@ -48,6 +48,6 @@ class Admin::StoreController < OrbitAdminController private def store_url - @store_url = "http://localhost:3000" + @store_url = "http://store.tp.rulingcom.com" end end \ No newline at end of file