Skip to content

Commit

Permalink
Merge pull request formtastic#837 from ebeigarts/initializer-template
Browse files Browse the repository at this point in the history
Update template with I18n cache lookup defaults.
  • Loading branch information
justinfrench committed Apr 12, 2012
2 parents f723fa6 + 19eecf2 commit d1df5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/templates/formtastic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
# Formtastic::FormBuilder.i18n_lookups_by_default = false

# Specifies if I18n lookups of the default I18n Localizer should be cached to improve performance.
# Defaults to false.
# Formtastic::FormBuilder.i18n_cache_lookups = true
# Defaults to true.
# Formtastic::FormBuilder.i18n_cache_lookups = false

# Specifies the class to use for localization lookups. You can create your own
# class and use it instead by subclassing Formtastic::Localizer (which is the default).
Expand Down

0 comments on commit d1df5e4

Please sign in to comment.