Skip to content

Commit

Permalink
Add missing model
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Aug 14, 2010
1 parent 59a0700 commit 9a7e7e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activerecord/test/models/boolean.rb
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,2 @@
class Boolean < ActiveRecord::Base
end

1 comment on commit 9a7e7e5

@lcowell
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sure there is a good reason for this, but why do you need to add this class ?

Please sign in to comment.