opf/openproject

View on GitHub
modules/bim/app/models/bim/bcf/non_existent_comment.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Bim::Bcf
  class NonExistentComment < Comment
    def readonly?
      true
    end
  end
end