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:
parent
61d995f7ed
commit
83537bf090
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue