Method: NestedFile::ConvertPath#mount_to_parent

Defined in:
lib/nested_file/put_dir.rb

#mount_to_parent(path) ⇒ Object

converts the directory relative to the mount point to an absolute parent path



6
7
8
# File 'lib/nested_file/put_dir.rb', line 6

def mount_to_parent(path)
  File.join parent_dir, path
end