Searched defs:target_path (Results 1 - 2 of 2) sorted by relevance

/ontohub/app/fake_records/
H A Drepository_directory.rb9 if record.repository.points_through_file?(record.target_path)
11 elsif record.repository.path_exists?(record.target_path)
37 repository.save_file(temp_file.path, File.join(target_path, '.gitkeep'),
64 target_path
67 def target_path method in class:RepositoryDirectory
H A Drepository_file.rb4 if record.repository.points_through_file?(record.target_path)
62 repository.save_file(source_file.path, target_path, message, user)
137 def target_path method

Completed in 13 milliseconds