def actually_works?(link)
    begin
      if link.start_with?("lacquers/")
        return false
      elsif link.class == Paperclip::Attachment || !link.start_with?("http")