Skip to content

Commit c6352ea

Browse files
author
root
committed
Fix #553
1 parent 76ce08d commit c6352ea

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,5 +1,8 @@
11
class ProtectedBranchesMember < ActiveRecord::Base
22

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

0 commit comments

Comments
 (0)