module Elasticsearch::Resources

Constants

VERSION

Public Class Methods

locales_paths() click to toggle source
# File lib/elasticsearch/resources.rb, line 28
def self.locales_paths
  Dir[File.join(File.expand_path('../resources', __FILE__), '**/locales/*.yml')]
end