Skip to content

Commit

Permalink
Visual tweaks. Always visual tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
webmat committed Feb 20, 2009
1 parent 74ef8d8 commit 1a6202d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rdoc
Expand Up @@ -50,10 +50,10 @@ Here's another example:
#...
belongs_to :commenter, :class_name => 'Person'
belongs_to :post
fires :new_comment, :on => :create,
:actor => :commenter,
#implicit :subject => self,
:secondary_subject => 'post',
fires :new_comment, :on => :create,
:actor => :commenter,
#implicit :subject => self,
:secondary_subject => 'post',
:if => lambda { |comment|
comment.commenter != comment.post.author
}
Expand Down

0 comments on commit 1a6202d

Please sign in to comment.