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
c70ed55242
gitlab-org--gitlab-foss
/
app
/
presenters
/
generic_commit_status_presenter.rb
5 lines
94 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable frozen string in presenters and policies Enable frozen string in: * app/presenters * app/policies Partially addresses #47424.
2018-07-24 06:00:56 -04:00
# frozen_string_literal: true
Makes CommitStatus and GenericCommitStatus respond to presentable methods Includes Presentable module into CommitStatus. This fixes presenter methods being called on those classes. Closes #46177
2018-05-15 14:03:09 -04:00
class
GenericCommitStatusPresenter
<
CommitStatusPresenter
end
Copy permalink