Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Oct 22, 2009
1 parent 5ef905a commit 177c863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Generate slugs for your models
slugify :slug_column, :scope => :col_one
slugify :slug_column, :scope => [:col_one, :col_two]

=== Slug generation other than at creation time:
=== Conditional slug generation:

slugify :my_column, :when => lambda { |my_record| my_record.published? }

Expand Down

0 comments on commit 177c863

Please sign in to comment.