7.8.1: Old style attachments are not shown and generating error 500
Attachments uploaded with Add attachment button (old-old versions of GitLab) generating in 7.8.1 error 500.
Here is related portion from the application.log
Started GET "/uploads/note/attachment/7546/xxx.jpg" for 127.0.0.1 at 2015-02-26 19:45:04 -0500
Processing by UploadsController#show as HTML
Parameters: {"model"=>"note", "mounted_as"=>"attachment", "id"=>"7546", "filename"=>"xxx.jpg"}
Completed 500 Internal Server Error in 16ms
NameError (undefined local variable or method `reject_blocked' for #<UploadsController:0x00000002ea0248>):
app/controllers/application_controller.rb:153:in `method_missing'
app/controllers/uploads_controller.rb:23:in `authorize_access'