Closed zapnap closed 11 years ago
These fixes (and more, missed here) are now on master. Thanks for your efforts!
The gem has not been released with these fixes yet. To get it to work with rails 3.2:
gem 'vestal_versions', github: 'laserlemon/vestal_versions'
But there is another error related to the attr_accessible still on master. This pull request has a fix!
gem 'vestal_versions', github: 'justintanner/vestal_versions'
Simple one: class_inheritable_accessor -> class_attribute
Thanks!