1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller/vendor/html-scanner.rb
2012-08-28 11:19:36 +02:00

5 lines
296 B
Ruby

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. ' +
'This file will be removed in Rails 4.1'