mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "ActionMailer::Collector should be nodoc'd"
This reverts commit e47c85c696
.
Reason: Let's not nodoc without reason.
[ci skip]
This commit is contained in:
parent
99819d3c8e
commit
c62b7c1f07
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'active_support/core_ext/hash/reverse_merge'
|
|||
require 'active_support/core_ext/array/extract_options'
|
||||
|
||||
module ActionMailer
|
||||
class Collector # :nodoc: all
|
||||
class Collector
|
||||
include AbstractController::Collector
|
||||
attr_reader :responses
|
||||
|
||||
|
|
Loading…
Reference in a new issue