Module: Ember::Handlebars::Helper::ClassMethods

Defined in:
lib/ember/handlebars/helper.rb

Instance Method Summary collapse

Instance Method Details

#setup_ember_template_compiler(path) ⇒ Object



9
10
11
# File 'lib/ember/handlebars/helper.rb', line 9

def setup_ember_template_compiler(path)
  Barber::Ember::Precompiler.ember_template_compiler_path = path
end