diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-14 18:49:04 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-08-14 18:49:04 -0300 |
commit | 9a7e7e5fdb56dd1a805bce291acf122c7b6e3b83 (patch) | |
tree | f84490c26269577a8ff9089164875d186e67ac5a /activerecord/test | |
parent | 59a0700b56cb6dc895d5f371b08ba7a339bc2d98 (diff) | |
download | rails-9a7e7e5fdb56dd1a805bce291acf122c7b6e3b83.tar.gz rails-9a7e7e5fdb56dd1a805bce291acf122c7b6e3b83.tar.bz2 rails-9a7e7e5fdb56dd1a805bce291acf122c7b6e3b83.zip |
Add missing model
Diffstat (limited to 'activerecord/test')
-rw-r--r-- | activerecord/test/models/boolean.rb | 2 |
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 |