diff options
author | Chris Salzberg <chris@dejimata.com> | 2019-04-13 10:41:57 +0900 |
---|---|---|
committer | Chris Salzberg <chris@dejimata.com> | 2019-04-13 10:41:57 +0900 |
commit | bdcdb2b35f938a29c15669d4a870c2530c9ab440 (patch) | |
tree | 60e3d4503e6ec90a08c627f4d4cf38df19a13132 /activejob | |
parent | 319c295bbacb9d6b66b1cb437fc2538ade89a24d (diff) | |
download | rails-bdcdb2b35f938a29c15669d4a870c2530c9ab440.tar.gz rails-bdcdb2b35f938a29c15669d4a870c2530c9ab440.tar.bz2 rails-bdcdb2b35f938a29c15669d4a870c2530c9ab440.zip |
Rename method_missing_target to target
The target of matchers is used in two contexts: to define attribute
methods which dispatch to handlers like attribute_was, and to match
method calls in method_missing and dispatch to those same handler
methods.
Only in the latter context does the term "method_missing_target" make
any sense; in the former context it is just confusing. "target" is not
ideal as a term but at least it avoids this confusion.
Diffstat (limited to 'activejob')
0 files changed, 0 insertions, 0 deletions