移动端版本 管理 可以下载

This commit is contained in:
lizanle 2015-07-21 11:59:09 +08:00
parent b3d2754415
commit 28ca4d2be2
1 changed files with 3 additions and 1 deletions

View File

@ -514,6 +514,8 @@ private
end
def has_login
render_403 unless User.current.logged?
unless @attachment.container_type == "PhoneAppVersion"
render_403 unless User.current.logged?
end
end
end