rails / protected_attributes

Protect attributes from mass-assignment in ActiveRecord models.
MIT License
228 stars 92 forks source link

fix build_association on 4.2 #50

Closed arthurnn closed 9 years ago

arthurnn commented 9 years ago

2 things in this PR,

[fixes https://github.com/rails/rails/issues/18121] [related #46] <- have more context.

review @sgrif @rafaelfranca @guilleiguaran also thanks to @JONBRWN and @JGRUBBS for initial implementation. cc @eileencodes