Skip to content

Commit 59d3da7

Browse files
rootNicolas Rodriguez
root
authored and
Nicolas Rodriguez
committed
Fix #553
1 parent 3534c0a commit 59d3da7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: app/models/protected_branches_member.rb

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
class ProtectedBranchesMember < ActiveRecord::Base
22
unloadable
33

4+
## Attributes
5+
attr_accessible :principal_id, :inherited_by
6+
47
## Relations
58
belongs_to :protected_branch, class_name: 'RepositoryProtectedBranche'
69
belongs_to :principal

0 commit comments

Comments
 (0)