1
0
Fork 0
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:
Vijay Dev 2013-05-19 21:06:38 +05:30
parent 99819d3c8e
commit c62b7c1f07

View file

@ -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