mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
b7bd7ffa63
This stems from https://github.com/rails/rails/pull/17227#discussion_r21641358 It's simply a clarification of the current behavior by which if an `after_` or `around_` ActiveModel callback returns +false+, then the callback chain **is not halted**. The callback chain in ActiveModel is only halted when a `before_` callback returns `false`. |
||
---|---|---|
.. | ||
cases | ||
models | ||
validators | ||
config.rb |