method
has_defer_touch_attrs?
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::TouchLater
has_defer_touch_attrs?()private
No documentation available.
# File activerecord/lib/active_record/touch_later.rb, line 54
def has_defer_touch_attrs?
defined?(@_defer_touch_attrs) && @_defer_touch_attrs.present?
end