This commit is contained in:
sw 2015-04-15 20:26:54 +08:00
parent 62c0e136db
commit 94580ba040
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ class FilesController < ApplicationController
end end
end end
#查找指定TAG的按条件过滤的资源列表 #查找指定TAG的按条件过滤的资源列表,只有课程内搜索有此功能
def search_tag_attachment def search_tag_attachment
@q,@tag_name,@order = params[:q],params[:tag_name] @q,@tag_name,@order = params[:q],params[:tag_name]
@is_remote = true @is_remote = true