master
# frozen_string_literal: true module Policy class CodeSpace < Base authorize_by Strategy::Permission protected def _update? true end end end