Skip to content

Commit

Permalink
remove obsolete methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed May 27, 2020
1 parent b88d3fa commit 8e25514
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/models/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -401,14 +401,6 @@ def index_all_dois
Doi.index(from_date: "2011-01-01", client_id: id)
end

def import_all_dois
Doi.import_all(from_date: "2011-01-01", client_id: id)
end

def import_missing_dois
Doi.import_missing(from_date: "2011-01-01", client_id: id)
end

def cache_key
"clients/#{uid}-#{updated.iso8601}"
end
Expand Down

0 comments on commit 8e25514

Please sign in to comment.