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
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
directory lib/
directory test/
= 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