资源库 只能看到自己的资源库

This commit is contained in:
lizanle 2015-08-21 10:44:09 +08:00
parent 3feff49ca3
commit 8a88935b7c
1 changed files with 5 additions and 0 deletions

View File

@ -1243,6 +1243,11 @@ class UsersController < ApplicationController
def user_resource
#确定container_type
# @user = User.find(params[:id])
# 别人的资源库是没有权限去看的
if User.current.id.to_i != params[:id].to_i
render_403
return
end
if(params[:type].nil? || params[:type] == "1") #全部
if User.current.id.to_i == params[:id].to_i
user_course_ids = User.current.courses.map { |c| c.id} #我的资源库的话,那么应该是我上传的所有资源 加上 我加入的课程的所有资源