instance method
has_defer_touch_attrs?
Ruby on Rails 5.2.8.1
Since v5.2.8.1 Last seen in v5.2.8.1 PrivateSignature
has_defer_touch_attrs?()
No documentation comment.
Source
# File activerecord/lib/active_record/touch_later.rb, line 56
def has_defer_touch_attrs?
defined?(@_defer_touch_attrs) && @_defer_touch_attrs.present?
end
Defined in activerecord/lib/active_record/touch_later.rb line 56
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::TouchLater