store url fix

This commit is contained in:
Harry Bomrah 2014-10-28 17:59:41 +08:00
parent d65df694a5
commit 9d42b6fcda
1 changed files with 2 additions and 2 deletions

View File

@ -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