blob: 896208bc058762dbd9ce47032931dacad2d4f933 (
plain) (
blame)
1
2
3
4
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. ' +
'This file will be removed in Rails 4.1'
|