Module: ScalableFileStore

Defined in:
lib/simple_file_store/scalable_file_store.rb

Instance Method Summary collapse

Instance Method Details

#pathObject



13
14
15
16
# File 'lib/simple_file_store/scalable_file_store.rb', line 13

def path
  scale_path
  root.join(self.class.name.tableize, @inter_tree, file_name)
end