aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/models
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-10-26 23:03:36 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-10-26 23:03:36 -0500
commitdf2b60cd41bbbf87ba680015442f9d3272240d41 (patch)
tree8ec26faf0e95179bc7dd2cc16403d4b82e170299 /activemodel/test/models
parent94f6b3dcfa454043307ba32045223eea0358de67 (diff)
downloadrails-df2b60cd41bbbf87ba680015442f9d3272240d41.tar.gz
rails-df2b60cd41bbbf87ba680015442f9d3272240d41.tar.bz2
rails-df2b60cd41bbbf87ba680015442f9d3272240d41.zip
fix failing isolated tests
Diffstat (limited to 'activemodel/test/models')
-rw-r--r--activemodel/test/models/contact.rb1
1 files changed, 1 insertions, 0 deletions
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