Skip to content

Commit 4c3ad53

Browse files
authored
Merge pull request rails#47876 from zzak/nodoc-rails-conductor
Hide the rest of Rails::Conductor from API docs
2 parents 27ecbfe + 87c73a3 commit 4c3ad53

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

actionmailbox/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
# :enddoc:
4+
35
module Rails
46
class Conductor::ActionMailbox::InboundEmails::SourcesController < Rails::Conductor::BaseController # :nodoc:
57
def new

actionmailbox/app/controllers/rails/conductor/action_mailbox/inbound_emails_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
# :enddoc:
4+
35
module Rails
46
class Conductor::ActionMailbox::InboundEmailsController < Rails::Conductor::BaseController
57
def index

actionmailbox/app/controllers/rails/conductor/action_mailbox/incinerates_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
# :enddoc:
4+
35
module Rails
46
# Incinerating will destroy an email that is due and has already been processed.
57
class Conductor::ActionMailbox::IncineratesController < Rails::Conductor::BaseController

actionmailbox/app/controllers/rails/conductor/action_mailbox/reroutes_controller.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
# :enddoc:
4+
35
module Rails
46
# Rerouting will run routing and processing on an email that has already been, or attempted to be, processed.
57
class Conductor::ActionMailbox::ReroutesController < Rails::Conductor::BaseController

0 commit comments

Comments
 (0)