class ThinkingSphinxMonit::TemplateGenerator

Public Instance Methods

copy_template() click to toggle source
# File lib/generators/thinking_sphinx_monit/template_generator.rb, line 11
def copy_template
  copy_file 'ts_monit.conf.erb', "#{templates_path}/ts_monit.erb"
end