Skip to content

Commit

Permalink
Merge pull request #205 from projectblacklight/cbeer-patch-1
Browse files Browse the repository at this point in the history
Use `after_initialize` instead of `before_configuration` to play nice…
  • Loading branch information
jcoyne committed Aug 31, 2022
2 parents 253489e + 242732f commit a356a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blacklight_range_limit/engine.rb
Expand Up @@ -16,7 +16,7 @@ class Engine < Rails::Engine
"BlacklightRangeLimit::InvalidRange" => :not_acceptable
)

config.before_configuration do
config.after_initialize do
Blacklight::Configuration::FacetField.prepend BlacklightRangeLimit::FacetFieldConfigOverride
end
end
Expand Down

0 comments on commit a356a0a

Please sign in to comment.