Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
06ba2602
Commit
06ba2602
authored
Aug 18, 2016
by
http://jneen.net/
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
take the dive - only use abilities from Policies
parent
5b7edc74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
app/models/ability.rb
app/models/ability.rb
+1
-8
No files found.
app/models/ability.rb
View file @
06ba2602
...
@@ -61,14 +61,7 @@ class Ability
...
@@ -61,14 +61,7 @@ class Ability
private
private
def
uncached_allowed
(
user
,
subject
)
def
uncached_allowed
(
user
,
subject
)
policy_class
=
BasePolicy
.
class_for
(
subject
)
rescue
nil
BasePolicy
.
class_for
(
subject
).
abilities
(
user
,
subject
)
return
policy_class
.
abilities
(
user
,
subject
)
if
policy_class
return
anonymous_abilities
(
subject
)
if
user
.
nil?
return
[]
unless
user
.
is_a?
(
User
)
return
[]
if
user
.
blocked?
abilities_by_subject_class
(
user:
user
,
subject:
subject
)
end
end
def
abilities_by_subject_class
(
user
:,
subject
:)
def
abilities_by_subject_class
(
user
:,
subject
:)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment