0
我有奇怪的問題。當URL在URL中具有.js時,我得到RAW Javascript代碼。rails 3.2當URL有.js擴展名時呈現RAW Javascript
http://www.test.com/documents.js?list_type=index&page=2
任何想法,爲什麼它的行爲就像這樣?
def index
Query to fetch documents
respond_to do |format|
format.html
format.js
end
end
上覆選框點擊,調用一個jQuery加載文件部分:
$.get('/documents.js', window.search_filter);
不 - 我的公用文件夾中沒有documents.js – Kashif 2014-09-10 13:31:51