lib/generators/ember/route_generator.rb in ember-appkit-rails-0.4.0 vs lib/generators/ember/route_generator.rb in ember-appkit-rails-0.5.0

- old
+ new

@@ -8,11 +8,11 @@ source_root File.expand_path("../../templates", __FILE__) desc "Creates a new Ember.js route" def create_route_files - file_path = File.join(app_path, 'routes', class_path, "#{file_name}.js.es6") - template "route.js.es6", file_path + file_path = File.join(app_path, 'routes', class_path, "#{file_name}.es6") + template "route.es6", file_path end end end end