Add deprecation note for SourceAnnotationExtractor

This commit is contained in:
Prem Sichanugrist 2018-03-22 13:02:43 +00:00
parent 1638d3c075
commit 92dac547fd
1 changed files with 7 additions and 0 deletions

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
#