views:

143

answers:

1

What is the proper way to prevent client-side caching of a file when using send_file in rails?

+1  A: 

Try this: http://stackoverflow.com/questions/711418

Jonathan Julian