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