I'm using Pat Shaughnessy's paperclip GitHub - patshaughnessy/paperclip: Forked to store files in a database table cause I need to store pictures in database. When I set :storage => :database in the avatar I get an error when starting server:
C:/Ruby/lib/ruby/gems/1.8/gems/paperclip-2.2.6/lib/Paperclip.rb:301:in `': Symbol as array index (TypeError)
Had anyone this problem before?
My system: Ruby 1.8.7 Rails 2.3.5 Hobo 1.0.0 Paperclip 2.2.6 (Pat Shaughnessy's) Win XP