Skip to content

Commit

Permalink
remove Adventist from application.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkkwang committed Sep 26, 2023
1 parent aa7f8c6 commit 7740cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class Application < Rails::Application
# Adventist::TextFileTextExtractionService to the beginning of the services array we are
# enabling text extraction from plain text files.
Hyrax::DerivativeService.services = [
Adventist::TextFileTextExtractionService,
IiifPrint::PluggableDerivativeService]
IiifPrint::PluggableDerivativeService
]

# When you are ready to use the derivative rodeo instead of the pluggable uncomment the
# following and comment out the preceding Hyrax::DerivativeService.service
Expand Down

0 comments on commit 7740cfd

Please sign in to comment.