gitlab-org--gitlab-foss/app/models/protected_branch/push_access_level.rb
2018-08-10 00:51:01 -07:00

5 lines
127 B
Ruby

# frozen_string_literal: true
class ProtectedBranch::PushAccessLevel < ActiveRecord::Base
include ProtectedBranchAccess
end