1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add deprecation note for SourceAnnotationExtractor

This commit is contained in:
Prem Sichanugrist 2018-03-22 13:02:43 +00:00
parent 1638d3c075
commit 92dac547fd

View file

@ -1,5 +1,12 @@
# frozen_string_literal: true
require "active_support/deprecation"
# Remove this deprecated class in the next minor version
#:nodoc:
SourceAnnotationExtractor = ActiveSupport::Deprecation::DeprecatedConstantProxy.
new("SourceAnnotationExtractor", "Rails::SourceAnnotationExtractor")
module Rails
# Implements the logic behind the rake tasks for annotations like
#