Module: Katalyst::Tables::Collection::Reducers
- Extended by:
- ActiveSupport::Concern
- Included in:
- Core
- Defined in:
- app/models/concerns/katalyst/tables/collection/reducers.rb
Overview
Adds stackable reducers to a collection. Inspired by ActiveDispatch::MiddlewareStack which unfortunately can’t be used due to monkey patches from gems such as NewRelic which assume it is only used for Rack middleware.