Skip to content

Commit

Permalink
Fixed attributes issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed May 22, 2010
1 parent fd0f5b4 commit 4952c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/end_user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def introduction
end

def triggered_attributes
@triggered_attributes ||= self.attribute.merge(:name => self.name)
@triggered_attributes ||= self.attributes.merge(:name => self.name)
end

def before_save #:nodoc:
Expand Down

0 comments on commit 4952c04

Please sign in to comment.