lib/generators/templates/application_adapter.js in ember-rails-0.19.3 vs lib/generators/templates/application_adapter.js in ember-rails-0.20.0

- old
+ new

@@ -1,5 +1,4 @@ // Override the default adapter with the `DS.ActiveModelAdapter` which // is built to work nicely with the ActiveModel::Serializers gem. <%= application_name.camelize %>.ApplicationAdapter = DS.ActiveModelAdapter.extend({ - });