belongs_to_touch_method()
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 967 def belongs_to_touch_method :touch end