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

Generator config should be commented by default

This commit is contained in:
Pratik Naik 2009-07-30 17:49:05 +01:00
parent 61d995f7ed
commit 83537bf090

View file

@ -45,9 +45,9 @@ Rails::Initializer.run do |config|
# Configure generators values. Many other options are available, be sure to
# check the documentation.
config.generators do |g|
g.orm :active_record
g.template_engine :erb
g.test_framework :test_unit, :fixture => true
end
# config.generators do |g|
# g.orm :active_record
# g.template_engine :erb
# g.test_framework :test_unit, :fixture => true
# end
end