Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.
This repository was archived by the owner on May 21, 2024. It is now read-only.

Rails 4 and strong_parameters #136

@trestrantham

Description

@trestrantham

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions