Skip to content

Commit

Permalink
ActionMailer::Collector should be nodoc'd
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Scott committed May 15, 2013
1 parent 4d88e85 commit e47c85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionmailer/lib/action_mailer/collector.rb
Expand Up @@ -3,7 +3,7 @@
require 'active_support/core_ext/array/extract_options'

module ActionMailer
class Collector
class Collector # :nodoc: all
include AbstractController::Collector
attr_reader :responses

Expand Down

0 comments on commit e47c85c

Please sign in to comment.