From 070329596f93544cb667a32dbf30be4845038ffc Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Fri, 26 Oct 2012 21:45:40 -0500 Subject: AM::Serializers::Xml depends on AM::Naming --- activemodel/test/models/contact.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activemodel/test/models') diff --git a/activemodel/test/models/contact.rb b/activemodel/test/models/contact.rb index 7bfc542afb..191e2b8d43 100644 --- a/activemodel/test/models/contact.rb +++ b/activemodel/test/models/contact.rb @@ -1,5 +1,4 @@ class Contact - extend ActiveModel::Naming include ActiveModel::Conversion attr_accessor :id, :name, :age, :created_at, :awesome, :preferences -- cgit v1.2.3