Skip to content
This repository has been archived by the owner on Jan 8, 2018. It is now read-only.

Commit

Permalink
aaj: default to don't force notes as event descriptions #933
Browse files Browse the repository at this point in the history
  • Loading branch information
thegcat committed Mar 17, 2012
1 parent 20eed68 commit df66e9b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -181,7 +181,7 @@ def journalized_event_hash(options)
end
options[:type] ||= self.name.underscore.dasherize # Make sure the name of the journalized model and not the name of the journal is used for events
options[:author] ||= :user
{ :description => :notes }.reverse_merge options
options.reverse_merge({:description => :notes})
end
end

Expand Down

0 comments on commit df66e9b

Please sign in to comment.