Skip to content

Commit

Permalink
Merge pull request #909 from scientist-softserv/set-nested-indexer-hy…
Browse files Browse the repository at this point in the history
…rax-config

🧹 Set nested_relationship_reindexer in Hyrax initializer
  • Loading branch information
ShanaLMoore authored Dec 5, 2023
2 parents d77df3e + 00be94d commit 3f80715
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/initializers/hyrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@
# See Samvera Slack thread https://samvera.slack.com/archives/C0F9JQJDQ/p1596718417351200?thread_ts=1596717896.350700&cid=C0F9JQJDQ
uri.sub(/\Ahttp:/, 'https:')
end

config.nested_relationship_reindexer = ->(id:, extent:) {}
end

Date::DATE_FORMATS[:standard] = "%m/%d/%Y"
Expand Down

0 comments on commit 3f80715

Please sign in to comment.