Skip to content

Commit bbbc3e1

Browse files
committed
No need to nodoc private method
1 parent bc47815 commit bbbc3e1

File tree

1 file changed

+1
-1
lines changed
  • actionmailer/lib/action_mailer

1 file changed

+1
-1
lines changed

actionmailer/lib/action_mailer/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def method_missing(method_name, *args) # :nodoc:
568568

569569
private
570570

571-
def respond_to_missing?(method, include_all = false) #:nodoc:
571+
def respond_to_missing?(method, include_all = false)
572572
action_methods.include?(method.to_s)
573573
end
574574
end

0 commit comments

Comments
 (0)