Skip to content

Commit

Permalink
Merge pull request #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 847976d + c692881 commit e18de72
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 e18de72

Please sign in to comment.