Skip to content

Commit

Permalink
fix typo in nodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Dec 23, 2014
1 parent 38e9f5b commit 2a110fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/delivery_job.rb
Expand Up @@ -6,7 +6,7 @@ module ActionMailer
class DeliveryJob < ActiveJob::Base #:nodoc:
queue_as :mailers

def perform(mailer, mail_method, delivery_method, *args) #:nodoc#
def perform(mailer, mail_method, delivery_method, *args) #:nodoc:
mailer.constantize.public_send(mail_method, *args).send(delivery_method)
end
end
Expand Down

0 comments on commit 2a110fc

Please sign in to comment.