rails/activejob/lib
Nick Dower 22bc976576 Tiny update to callbacks docs [ci skip]
The following was added to the `ActiveJob::Callbacks`,
`ActiveModel::Callbacks` and `AbstractController:Callbacks` docs
in #29072:

> NOTE: Calling the same callback multiple times will overwrite
> previous callback definitions.

The comment refers to "calling" callbacks but seems to be about defining
callbacks, as mentioned in the PR description.

In the ActiveJob and AbstractController docs, I believe this will be
misinterpreted as referring to setting callbacks, which, as far as I can
tell, does not have such a restriction.

In the ActiveModel docs, I believe it would be slightly clearer to
replace "calling" with "defining".
2024-02-02 12:11:30 +01:00
..
active_job Tiny update to callbacks docs [ci skip] 2024-02-02 12:11:30 +01:00
rails/generators/job s/the the /the / 2022-12-29 03:56:13 +09:00
active_job.rb Specify singleton method name for accessors defined on singleton_class [ci-skip] 2024-01-22 12:34:07 +01:00