I'm getting the error below when trying to use activewarehouse-etl within a rails 4 project. Unfortunately, using protected_attributes isn't really an option for my project. Is there a preferred direction to go within activewarehouse-etl regarding strong_parameters versus protected_attributes going forward?
`attr_accessible': `attr_accessible` is extracted out of Rails into a
gem. Please use new recommended protection model for
params(strong_parameters) or add `protected_attributes` to your
Gemfile to use old one. (RuntimeError)
I'm getting the error below when trying to use activewarehouse-etl within a rails 4 project. Unfortunately, using
protected_attributes
isn't really an option for my project. Is there a preferred direction to go within activewarehouse-etl regardingstrong_parameters
versusprotected_attributes
going forward?