I have this in the RSL model: acts_as_versioned self.non_versioned_columns << 'rsl_verified'
When I perform this ajax action it still updates the version table when I toggle this value in the RSL table. @rsl = Rsl.find(params[:id]) @rsl.update_attributes(params[:rsl]) The column that gets sent is the rsl_verified. The version table does not have that in the version table but still updates the version table. Not sure why. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

