class RefileCache::CacheHasher

Public Instance Methods

hash(uploadable = nil) click to toggle source
# File lib/refile_cache/cache_hasher.rb, line 3
def hash(uploadable = nil)
  uploadable.original_filename
end