Skip to content

Commit

Permalink
git rid of non-applicable Committee::Middleware::RequestValidation co…
Browse files Browse the repository at this point in the history
…nfig param

i think this was copypasta, as the committee README only lists this param in the Committee::Middleware::ResponseValidation section (which makes sense, given the parameter name).  see https://github.com/interagent/committee/blob/f0aa55c5a5c3a857d0e4f0f9380a82df45531f87/README.md
  • Loading branch information
jmartin-sul committed Jun 21, 2023
1 parent 8736654 commit 5a9ef08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class Application < Rails::Application
schema_path: 'openapi.yml',
strict: true,
accept_request_filter: accept_proc,
parse_response_by_content_type: false, # hush committee deprecation warning
query_hash_key: 'action_dispatch.request.query_parameters' # hush committee deprecation warning
)
config.middleware.use(
Expand Down

0 comments on commit 5a9ef08

Please sign in to comment.