app/assets/javascripts/templates/application.hbs in ember-appkit-rails-0.3.2 vs app/assets/javascripts/templates/application.hbs in ember-appkit-rails-0.4.0

- old
+ new

@@ -549,16 +549,16 @@ {{#if name}} Hello {{name}}, <ol> <li> - <h2>Use <code>rails generate ember:scaffold</code> to get your application started.</h2> - </li> - - <li> <h2>Add your own application template to replace this page.</h2> <p>You are seeing this page because you haven&rsquo;t set an application template yet.</p> <p>Add a new <code>app/templates/application.hbs</code> file.</p> + </li> + + <li> + <h2>Use <code>rails generate ember:scaffold</code> to get your application started.</h2> </li> <li> <h2>Your Rails controllers should be nested under <code>app/controllers/api/v1</code>.</h2> </li>