This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
ebc15f4318
gitlab-org--gitlab-foss
/
app
/
policies
/
commit_policy.rb
6 lines
99 B
Ruby
Raw
Normal View
History
Unescape
Escape
Freeze string literals See Danger's suggestions: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6869#note_93730253
2018-08-10 12:15:25 -04:00
# frozen_string_literal: true
Create empty Commits::UpdateService and wire it up
2018-07-21 04:52:07 -04:00
class
CommitPolicy
<
BasePolicy
delegate
{
@subject
.
project
}
end
Copy permalink