rich icon indicating copy to clipboard operation
rich copied to clipboard

Attempt to fix "uninitialized constant Rich::RichFile" by referencing module directly

Open neutralino1 opened this issue 10 years ago • 1 comments

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.

neutralino1 avatar Mar 18 '14 12:03 neutralino1

Up-to-date version of this pull request is #203.

stgeneral avatar Feb 15 '16 22:02 stgeneral