Skip to content

Commit

Permalink
Update content_filter.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Feb 21, 2024
1 parent 930d963 commit 9756d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/classes/content_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def initialize(opts)

# Array of all available filters.
def self.all
@@filters ||= [
@all ||= [
HasImages.new,
HasSpecimen.new,
Lichen.new,
Expand Down

0 comments on commit 9756d86

Please sign in to comment.