aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/boolean.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-14 18:49:04 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-14 18:49:04 -0300
commit9a7e7e5fdb56dd1a805bce291acf122c7b6e3b83 (patch)
treef84490c26269577a8ff9089164875d186e67ac5a /activerecord/test/models/boolean.rb
parent59a0700b56cb6dc895d5f371b08ba7a339bc2d98 (diff)
downloadrails-9a7e7e5fdb56dd1a805bce291acf122c7b6e3b83.tar.gz
rails-9a7e7e5fdb56dd1a805bce291acf122c7b6e3b83.tar.bz2
rails-9a7e7e5fdb56dd1a805bce291acf122c7b6e3b83.zip
Add missing model
Diffstat (limited to 'activerecord/test/models/boolean.rb')
-rw-r--r--activerecord/test/models/boolean.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/test/models/boolean.rb b/activerecord/test/models/boolean.rb
new file mode 100644
index 0000000000..7bae22e5f9
--- /dev/null
+++ b/activerecord/test/models/boolean.rb
@@ -0,0 +1,2 @@
+class Boolean < ActiveRecord::Base
+end