You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: