1.15 deprecated functionality removed

Functionality that's due to be removed in 1.15 has been removed in
develop. It will still be present in 1.14 (and 1.13).

This includes:

  • attr_accessible in Foreman models compatibility: if you call this on a
    standard Foreman model to add more attributes, replace it with the
    parameter_filter plugin API.

  • attr_accessible in your models with Taxonomy/NestedAncestryCommon: no
    longer supported, replace it with params.permit() in your controllers.

More information at
Strong parameters - Foreman.

ยทยทยท -- Dominic Cleal dominic@cleal.org