debian-mirror-gitlab/app/models/protected_branch/push_access_level.rb
2019-05-18 00:54:41 +05:30

5 lines
126 B
Ruby

# frozen_string_literal: true
class ProtectedBranch::PushAccessLevel < ApplicationRecord
include ProtectedBranchAccess
end