public
Description: Nullable Booleans Plugin for Rails
Homepage:
Clone URL: git://github.com/remvee/nullable_booleans.git
remvee (author)
Wed Sep 03 12:45:16 -0700 2008
100644 10 lines (6 sloc) 0.32 kb
1
2
3
4
5
6
7
8
9
10
= NullableBooleans
 
Allow a boolean AR attribute to be nullable using an empty string.
This plugin is useful when you're trying to nullify a boolean using a
form-select containing the values: 'true', 'false' and an empty
string, the latter for null.
 
 
Copyright (c) 2008 R.W. van 't Veer, released under the MIT license