rich
rich copied to clipboard
Attempt to fix "uninitialized constant Rich::RichFile" by referencing module directly
Upon database migrations and other rake tasks, I would get this error out of paperclip.rb
:
uninitialized constant Rich::RichFile
Referencing the class with its module seems to fix the problem.
Up-to-date version of this pull request is #203.