1
0
Fork 0
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:
Santiago Pastorino 2010-08-14 18:49:04 -03:00
parent 59a0700b56
commit 9a7e7e5fdb

View file

@ -0,0 +1,2 @@
class Boolean < ActiveRecord::Base
end