Hi all,
I'm having trouble getting acts_as_attachment going. It's installed and configured as per the documentation:
http://weblog.techno-weenie.net/articles/acts_as_attachment
However, it's throwing the error that:
undefined method `find_or_initialize_by_thumbnail_and_parent_id' for BranchLogo:Class
when trying to create an object.
It's also failing a large number of tests when I try and run the unit tests:
47 tests, 152 assertions, 0 failures, 12 errors
(All to do with thumbnailing)
Have I got something misconfigured? Or have I grabbed a broken version? Or is this a known problem?
Thanks a lot!
Tom