module FormTranslation::SwitchLocale
Public Instance Methods
with_locale(loc, &block)
click to toggle source
# File lib/form_translation/active_record.rb, line 4 def with_locale(loc, &block) self.class.with_locale(loc, &block) end