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

config.generators should be docummented since it is public API

[ci skip]
This commit is contained in:
Rafael Mendonça França 2015-10-22 14:52:19 -02:00
parent 2828cfd137
commit 6080bfcfbe

View file

@ -26,7 +26,7 @@ module Rails
#
# config.generators.colorize_logging = false
#
def generators #:nodoc:
def generators
@generators ||= Rails::Configuration::Generators.new
yield(@generators) if block_given?
@generators