Summary
The params based active predicate can be extended to support overloading param values.
e.g. active_link_to 'Link', some_path, active: { param: ['one', 'two'] }
This would allow a link to be active if a specific parameter is either 'one' or 'two'.