We override find to exclude the whole
file contents (the ‘data’
column) from our result set. Operation should be almost
transparent (see note by self#data=)
Contrary to most Rails conventions, data is saved AS SOON AS IT IS RECEIVED in
order to free us a bit from the pain of getting the full file data at every instantiation.