This post originated from an RSS feed registered with Ruby Buzz
by Todd Werth.
Original Post: acts_as_boolean Ruby on Rails plugin
Feed Title: InfiniteRed
Feed URL: http://blog.toddwerth.com/entries/feed
Feed Description: Info, screencasts, and other shiny happy things regarding programming in general and ruby in particular.
acts_as_boolean
is a Ruby on Rails plugin I wrote,
that treats a column as a boolean, whether it’s a tinyint, integer, float, string, etc. No matter how true and false are
stored in the database.