mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing model
This commit is contained in:
parent
59a0700b56
commit
9a7e7e5fdb
1 changed files with 2 additions and 0 deletions
2
activerecord/test/models/boolean.rb
Normal file
2
activerecord/test/models/boolean.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
class Boolean < ActiveRecord::Base
|
||||
end
|
Loading…
Reference in a new issue