mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Added global_check_permission
This commit is contained in:
@@ -31,6 +31,13 @@ module AuthHelper
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
def global_check_permission(permission)
|
||||
if !global_allowed_to?(permission)
|
||||
render :file => "public/401.html.erb", :status => :unauthorized, :layout =>true
|
||||
end
|
||||
end
|
||||
|
||||
def global_allowed_to?( action)
|
||||
return false if User.current.nil?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user