class I18n::Backend::ActiveRecord::Configuration
Attributes
cache_translations[RW]
cleanup_with_destroy[RW]
Public Class Methods
new()
click to toggle source
# File lib/i18n/backend/active_record/configuration.rb, line 9 def initialize @cleanup_with_destroy = false @cache_translations = false end