public
Description: A Rails plugin that converts empty strings passed to Active Record to NULLs before they're saved.
Homepage:
Clone URL: git://github.com/tylerhunt/coercion.git
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
file init.rb
directory lib/
directory test/
README
Coercion
========

A simple Rails plugin that adds a before_validation callback to all Active
Record models to converts all blank attribute values into nil values so that
NULLs are stored in the database instead of empty strings.


Copyright (c) 2008 Tyler Hunt, released under the MIT license