1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

View file

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