Module: FormTranslation::SwitchLocale

Extended by:
ActiveSupport::Concern
Defined in:
lib/form_translation/active_record.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#with_locale(loc, &block) ⇒ Object



4
5
6
# File 'lib/form_translation/active_record.rb', line 4

def with_locale(loc, &block)
  self.class.with_locale(loc, &block)
end