method

has_defer_touch_attrs?

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