1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
Durran Jordan a9b4b5da7c Destroying records via nested attributes works independent of reject_if:
- When a :_destroy truthiness is provided in the attributes hash, the
  record should get destroyed regardless of the result of the proc or
    method supplied to :reject_if. (If :allow_destroy is true)

[#6006 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-04-05 10:38:54 -03:00
..
active_record Destroying records via nested attributes works independent of reject_if: 2011-04-05 10:38:54 -03:00
rails/generators Delete blank lines in migration generator 2011-02-02 16:20:03 -02:00
active_record.rb Rewrote AssociationPreload. 2011-02-28 22:12:34 +00:00