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#659 from bwvoss/master
Browse files Browse the repository at this point in the history
References working parser in deprectation warning
  • Loading branch information
seuros committed Jun 26, 2015
2 parents ea4e7c2 + 5c73898 commit 1ab5dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/acts_as_taggable_on/tag_list_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def parse(string)
ActiveRecord::Base.logger.warn <<WARNING
ActsAsTaggableOn::TagListParser.parse is deprecated \
and will be removed from v4.0+, use \
ActsAsTaggableOn::TagListParser.new instead
ActsAsTaggableOn::DefaultParser.new instead
WARNING
DefaultParser.new(string).parse
end
Expand Down

0 comments on commit 1ab5dc0

Please sign in to comment.