Bugs: Browse | Submit New | Admin
I was using the acts_as_versioned gem. All the fields in my model would revert_to correctly, except boolean fields. I copied the code out of the plugin and used it in my app. It worked as expected. I uninstalled the acts_as_versioned gem and installed the plugin instead. It worked as expected (booleans copy in the revert_to just like all the other fields).
Add A Comment: