Skip to content

Commit

Permalink
Fix #553
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 8, 2016
1 parent 76ce08d commit c6352ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/models/protected_branches_member.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
class ProtectedBranchesMember < ActiveRecord::Base

## Attributes
attr_accessible :principal_id, :inherited_by

## Relations
belongs_to :protected_branch, class_name: 'RepositoryProtectedBranche'
belongs_to :principal
Expand Down

0 comments on commit c6352ea

Please sign in to comment.