Skip to content

Commit

Permalink
Uncomment block for ORM, template engine, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jm committed Feb 5, 2010
1 parent 4b6b763 commit b613cef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/application.rb
Expand Up @@ -30,11 +30,11 @@ class Application < Rails::Application
# config.i18n.default_locale = :de

# 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

# Configure sensitive parameters which will be filtered from the log file.
config.filter_parameters << :password
Expand Down

0 comments on commit b613cef

Please sign in to comment.