No need to nodoc private method

This commit is contained in:
Akira Matsuda 2016-12-24 18:58:56 +09:00
parent bc4781583d
commit bbbc3e1619
1 changed files with 1 additions and 1 deletions

View File

@ -568,7 +568,7 @@ module ActionMailer
private
def respond_to_missing?(method, include_all = false) #:nodoc:
def respond_to_missing?(method, include_all = false)
action_methods.include?(method.to_s)
end
end