Skip to content

Commit

Permalink
Remove dummy last_scraped methods to avoid rendering broken filter …
Browse files Browse the repository at this point in the history
…option
  • Loading branch information
fbacall committed Jun 13, 2024
1 parent 434c9ed commit 72097e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions app/models/collection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ def self.visible_by(user)
end

# implement methods to allow processing as resource
def last_scraped
nil
end

def content_provider
nil
end
Expand Down
4 changes: 0 additions & 4 deletions app/models/learning_path_topic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ def self.facet_fields
end

# implement methods to allow processing as resource
def last_scraped
nil
end

def content_provider
nil
end
Expand Down

0 comments on commit 72097e1

Please sign in to comment.