Closed suborx closed 12 years ago
The method has indeed been removed. Should be changed to something like 'self.class.column_defaults'. Will look into it when I have some time.
Change
attributes_from_column_definition
to
self.class.column_defaults.dup
it works.
I will update this tonight and release a new version
Done. Note that I've also made the Rails 3.1/2 branch the master branch and moved the Rails 2/3.0 implementation to a different branch.
Thank you! Fast and working :)
Thanks for so fast update.
After update on Rails 3.2 method dup raise this error.