We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f0a5c commit 3aeb85bCopy full SHA for 3aeb85b
app/models/member.rb
@@ -89,7 +89,7 @@ def set_issue_category_nil
89
end
90
91
92
- # Find or initilize a Member with an id, attributes, and for a Principal
+ # Find or initialize a Member with an id, attributes, and for a Principal
93
def self.edit_membership(id, new_attributes, principal=nil)
94
@membership = id.present? ? Member.find(id) : Member.new(:principal => principal)
95
@membership.attributes = new_attributes
0 commit comments