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:
parent
bc4781583d
commit
bbbc3e1619
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue