Skip to content

Commit 2f6183d

Browse files
authored
Merge pull request rails#47585 from deepakmahakale/patch-1
Add nodoc for SourcesController
2 parents 40f35dd + e54fa13 commit 2f6183d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Rails
4-
class Conductor::ActionMailbox::InboundEmails::SourcesController < Rails::Conductor::BaseController
4+
class Conductor::ActionMailbox::InboundEmails::SourcesController < Rails::Conductor::BaseController # :nodoc:
55
def new
66
end
77

0 commit comments

Comments
 (0)