Class: Alet::Config::I18nConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/alet/config.rb

Instance Method Summary collapse

Instance Method Details

#load_pathObject



26
27
28
# File 'lib/alet/config.rb', line 26

def load_path
  Dir[File.expand_path("../config/locales", __FILE__) + "/*.yml"]
end