Skip to content

Commit

Permalink
Merge pull request #8040 from frodsan/fix_build_isolated
Browse files Browse the repository at this point in the history
fix failing isolated tests in activemodel
  • Loading branch information
jeremy committed Oct 27, 2012
2 parents 94f6b3d + df2b60c commit 67166c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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
Expand Down

0 comments on commit 67166c4

Please sign in to comment.