From fa47232ecf285d2e03d8f0bc6d20946a06d66276 Mon Sep 17 00:00:00 2001 From: thomaschen <99703040@nccu.edu.tw> Date: Wed, 12 Feb 2014 13:48:02 +0800 Subject: [PATCH] add test-site for testing --- app/controllers/panel/feed/back_end/feeds_controller.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/controllers/panel/feed/back_end/feeds_controller.rb b/app/controllers/panel/feed/back_end/feeds_controller.rb index 6c7a94a..f78fdea 100644 --- a/app/controllers/panel/feed/back_end/feeds_controller.rb +++ b/app/controllers/panel/feed/back_end/feeds_controller.rb @@ -16,7 +16,10 @@ class Panel::Feed::BackEnd::FeedsController < OrbitBackendController ["總務處 - 經營管理組", "fss.ga.ntu.edu.tw", "8"], ["總務處 - 駐警隊", "police.ga.ntu.edu.tw", "9"], ["社科院總務分處", "social.ga.ntu.edu.tw", "10"], - ["醫學院總務分處", "medicine.ga.ntu.edu.tw", "11"] ] + ["醫學院總務分處", "medicine.ga.ntu.edu.tw", "11"], + ["[測試站]ntu-ga-sec","ntu-ga-sec-new.tp.rulingcom.com","12"], + ["[測試站]ntu-ga-police","ntu-ga-police-new.tp.rulingcom.com","13"] ] + def index @feeds = AnnouncementFeed.where({from_request: false})