We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6d0fe commit d4ab808Copy full SHA for d4ab808
app/models/repository_protected_branche.rb
@@ -4,6 +4,8 @@ class RepositoryProtectedBranche < ActiveRecord::Base
4
VALID_PERMS = [ "RW+", "RW", "R", '-' ]
5
DEFAULT_PERM = "RW+"
6
7
+ attr_accessible :role_id, :path, :permissions
8
+
9
## Relations
10
belongs_to :repository
11
belongs_to :role
0 commit comments