From df2b60cd41bbbf87ba680015442f9d3272240d41 Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Fri, 26 Oct 2012 23:03:36 -0500 Subject: fix failing isolated tests --- activemodel/test/models/contact.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/activemodel/test/models/contact.rb b/activemodel/test/models/contact.rb index 191e2b8d43..7bfc542afb 100644 --- a/activemodel/test/models/contact.rb +++ b/activemodel/test/models/contact.rb @@ -1,4 +1,5 @@ class Contact + extend ActiveModel::Naming include ActiveModel::Conversion attr_accessor :id, :name, :age, :created_at, :awesome, :preferences -- cgit v1.2.3