Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v7.0.0) is shown here.
belongs_to_touch_method()
private
The name of the method used to touch a
belongs_to association when the :touch option is used.
# File activerecord/lib/active_record/persistence.rb, line 1134
def belongs_to_touch_method
:touch
end