Skip to content

Commit c62b7c1

Browse files
committed
Revert "ActionMailer::Collector should be nodoc'd"
This reverts commit e47c85c. Reason: Let's not nodoc without reason. [ci skip]
1 parent 99819d3 commit c62b7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionmailer/lib/action_mailer/collector.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require 'active_support/core_ext/array/extract_options'
44

55
module ActionMailer
6-
class Collector # :nodoc: all
6+
class Collector
77
include AbstractController::Collector
88
attr_reader :responses
99

0 commit comments

Comments
 (0)