lib/generators/templates/store.js.em in ember-rails-0.15.1 vs lib/generators/templates/store.js.em in ember-rails-0.16.0

- old
+ new

@@ -1,8 +1,4 @@ -# Override the default adapter with the `DS.ActiveModelAdapter` which -# is built to work nicely with the ActiveModel::Serializers gem. -class <%= application_name.camelize %>.ApplicationAdapter extends DS.ActiveModelAdapter - # Adds X-CSRF-Token to all REST requests. # Allows for the use of Rails protect_from_forgery # The CSRF Token is normally found in app/views/layouts/application.html.* # inserted with the rails helper: "csrf_meta_tags" DS.RESTAdapter.reopen(