Class: Alet::Config::I18nConfig

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

Instance Method Summary collapse

Instance Method Details

#load_pathObject



20
21
22
# File 'lib/alet/config.rb', line 20

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