class Autochthon::Backend::Simple

Public Instance Methods

all_for_locale(locale) click to toggle source
# File lib/autochthon/backend/simple.rb, line 10
def all_for_locale(locale)
  translate(locale, ".")
end