debian-mirror-gitlab/app/models/protected_branch/push_access_level.rb

6 lines
126 B
Ruby
Raw Normal View History

2018-11-20 20:47:30 +05:30
# frozen_string_literal: true
2019-07-07 11:18:12 +05:30
class ProtectedBranch::PushAccessLevel < ApplicationRecord
2016-09-13 17:45:13 +05:30
include ProtectedBranchAccess
end