add test-site for testing

This commit is contained in:
thomaschen 2014-02-12 13:48:02 +08:00
parent 320803b4b9
commit fa47232ecf
1 changed files with 4 additions and 1 deletions

View File

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