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