summaryrefslogtreecommitdiff
path: root/app/models/protected_branch/merge_access_level.rb
blob: e8d35ac326f1dcf9123ea27ca5f4d6f5ffdf062b (plain)
1
2
3
class ProtectedBranch::MergeAccessLevel < ActiveRecord::Base
  include ProtectedBranchAccess
end