提交 944aee7b 编写于 作者: G Guillermo Iguaran

Removing deprecated config.generators in Rails::Railtie

上级 6e1dbb87
......@@ -26,11 +26,6 @@ def app_generators
@@app_generators
end
def generators(&block) #:nodoc
ActiveSupport::Deprecation.warn "config.generators in Rails::Railtie is deprecated. Please use config.app_generators instead."
app_generators(&block)
end
# First configurable block to run. Called before any initializers are run.
def before_configuration(&block)
ActiveSupport.on_load(:before_configuration, :yield => true, &block)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册