Actions
Feature #15741
closedUse parameter_filter instead of attr_accessible
Description
Foreman is dropping support for protected_attributes and we need to switch to their new way of whitelisting attributes. See here for more info:
Here's the Foreman PR:
Updated by David Davis almost 9 years ago
One option would be to add protected_attributes as a dependency for Katello but I'd probably recommend against it. We use strong_params pretty much everywhere--except when extending the foreman models. We call attr_accessible in about 8 places that I think we can switch over to parameter_filter. I am going to investigate that route.
Updated by Anonymous almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|328ee19afa9b743d6ff25e3c7cabaa20c87b43cc.
Actions