Flowdock
method

delivery_job_filter

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ActionMailer::TestHelper
delivery_job_filter(job) private

No documentation

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

Hide source
# File actionmailer/lib/action_mailer/test_helper.rb, line 156
      def delivery_job_filter(job)
        job_class = job.is_a?(Hash) ? job.fetch(:job) : job.class

        Base.descendants.map(&:delivery_job).include?(job_class)
      end
Register or log in to add new notes.