d5bf57a6af
Enable frozen string in: * app/presenters * app/policies Partially addresses #47424.
4 lines
94 B
Ruby
4 lines
94 B
Ruby
# frozen_string_literal: true
|
|
|
|
class GenericCommitStatusPresenter < CommitStatusPresenter
|
|
end
|