method
find_attached_subscriber
rails latest stable - Class:
ActiveSupport::Subscriber
find_attached_subscriber()private
No documentation available.
# File activesupport/lib/active_support/subscriber.rb, line 107
def find_attached_subscriber
subscribers.find { |attached_subscriber| attached_subscriber.instance_of?(self) }
end