Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request mbleigh#637 from jamesprior/patch-1
Browse files Browse the repository at this point in the history
Changing ActsAsTaggable to ActsAsTaggableOn
  • Loading branch information
seuros committed Mar 4, 2015
2 parents fa37f5f + cabf0ff commit b350673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Now you can use this parser, passing it as parameter:
Or change it globally:

```ruby
ActsAsTaggable.default_parser = MyParser
ActsAsTaggableOn.default_parser = MyParser
@user = User.new(:name => "Bobby")
@user.tag_list = "east|south"
@user.tag_list # => ["east", "south"]
Expand Down

0 comments on commit b350673

Please sign in to comment.