Class: Autochthon::Backend::Simple

Inherits:
Object
  • Object
show all
Includes:
FetchingAll, I18n::Backend::Simple::Implementation
Defined in:
lib/autochthon/backend/simple.rb

Instance Method Summary collapse

Methods included from FetchingAll

#all

Instance Method Details

#all_for_locale(locale) ⇒ Object



10
11
12
# File 'lib/autochthon/backend/simple.rb', line 10

def all_for_locale(locale)
  translate(locale, ".")
end