mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
5 lines
296 B
Ruby
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'
|