aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/initializers/new_rails_defaults.rb.tt
blob: b04b9ccee787f3a8646351eb75b8bbb4af433717 (plain) (blame)
1
2
3
4
5
6
7
8
<%= app_const %>.configure do
  config.assets.enabled = true

<% unless options[:skip_active_record] -%>
  # Enable IdentityMap for Active Record, to disable set to false or remove the line below.
  config.active_record.identity_map = true
<% end -%>
end