mirror of https://github.com/rails/rails
No need to nodoc private method
This commit is contained in:
parent
bc4781583d
commit
bbbc3e1619
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue