Add deprecation horizon to html-scanner

This commit is contained in:
Piotr Sarnacki 2012-08-25 01:11:22 +02:00
parent 67f55e2822
commit 3fb10fd479

@ -1,4 +1,5 @@
require 'action_view/vendor/html-scanner'
require 'active_support/deprecation'
ActiveSupport::Deprecation.warn 'vendored html-scanner was moved to action_view, please require "action_view/vendor/html-scanner" instead'
ActiveSupport::Deprecation.warn 'Vendored html-scanner was moved to action_view, please require "action_view/vendor/html-scanner" instead. ' +
'This file will be removed in Rails 4.1'