Module: EmberCLIRailsHelper

Defined in:
app/helpers/ember_cli_rails_helper.rb

Instance Method Summary collapse

Instance Method Details

#include_ember_script_tags(name, options = {}) ⇒ Object



2
3
4
# File 'app/helpers/ember_cli_rails_helper.rb', line 2

def include_ember_script_tags(name, options={})
  javascript_include_tag *EmberCLI[name].exposed_js_assets, options
end

#include_ember_stylesheet_tags(name, options = {}) ⇒ Object



6
7
8
# File 'app/helpers/ember_cli_rails_helper.rb', line 6

def include_ember_stylesheet_tags(name, options={})
  stylesheet_link_tag *EmberCLI[name].exposed_css_assets, options
end