let all signed in users at NCCU upload files

This commit is contained in:
Matthew K. Fu JuYuan 2012-08-31 17:54:25 +08:00
parent 0ea73fa874
commit 6b904a37ad
1 changed files with 4 additions and 0 deletions

View File

@ -105,4 +105,8 @@ class Admin::AssetsController < OrbitBackendController
render :layout => false
end
def check_permission
true
end
end