Tag Archive | "plugins"

acts_as_confirmable rails plugin

June 11, 2008 Comments Off

acts_as_confirmable is a Ruby on Rails plugin that is useful when you want to know who ticked a check box and when they did so. It can be found at http://github.com/kumo/acts_as_confirmable/tree/master. This plugin treats a datetime attribute and an integer attribute as a boolean. This boolean can then be used as normal attribute in a [...]



Flags…