Flowdock
method

owner_destroyed?

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: DestroyAssociationAsyncJob
owner_destroyed?(owner, ensuring_owner_was_method) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/destroy_association_async_job.rb, line 32
      def owner_destroyed?(owner, ensuring_owner_was_method)
        !owner || (ensuring_owner_was_method && owner.public_send(ensuring_owner_was_method))
      end
Register or log in to add new notes.