Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
remove unncessary setter
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Jan 8, 2019
1 parent 7f1d99c commit cd5f736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/hydrus/contentable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def parent_directory

def base_file_directory
file_object = Hydrus::ObjectFile.new(pid: DruidTools::Druid.new(pid).druid)
file_location = File.join(file_object.file.base_dir)
File.join(file_object.file.base_dir)
end

def content_directory
Expand Down

0 comments on commit cd5f736

Please sign in to comment.