class Elastic::InitGenerator

Public Instance Methods

create_index() click to toggle source
# File lib/generators/elastic/init_generator.rb, line 6
def create_index
  template("elastic.yml", "config/elastic.yml")
end