acts_as_attachment and overwritten methods

I am unable to overwrite the file system methods full_filename and base_path (I need to overwrite both to use a storage path that changes)

I get 'unkown method' errors if I try to overwrite them in the model but if I change the actual plugin code it works fine.

Has anyone else seen similar problems?

-felix