aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template/resolver.rb
diff options
context:
space:
mode:
authorRKushnir <broilerster@gmail.com>2013-03-06 15:20:09 +0200
committerRKushnir <broilerster@gmail.com>2013-03-06 15:20:09 +0200
commit1ffaa7aef61b80215d416b5dfe8ac8f90b36a46c (patch)
tree0822178e6133514f74ab323f00efdd747f8a4327 /actionpack/lib/action_view/template/resolver.rb
parent12f785fdc7c2a9461087a887a980dffcdd236f92 (diff)
downloadrails-1ffaa7aef61b80215d416b5dfe8ac8f90b36a46c.tar.gz
rails-1ffaa7aef61b80215d416b5dfe8ac8f90b36a46c.tar.bz2
rails-1ffaa7aef61b80215d416b5dfe8ac8f90b36a46c.zip
Typo in comment to ActionView::Resolver#find_all
Diffstat (limited to 'actionpack/lib/action_view/template/resolver.rb')
-rw-r--r--actionpack/lib/action_view/template/resolver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/template/resolver.rb b/actionpack/lib/action_view/template/resolver.rb
index 1a1083bf00..47bd011d5e 100644
--- a/actionpack/lib/action_view/template/resolver.rb
+++ b/actionpack/lib/action_view/template/resolver.rb
@@ -109,7 +109,7 @@ module ActionView
@cache.clear
end
- # Normalizes the arguments and passes it on to find_template.
+ # Normalizes the arguments and passes it on to find_templates.
def find_all(name, prefix=nil, partial=false, details={}, key=nil, locals=[])
cached(key, [name, prefix, partial], details, locals) do
find_templates(name, prefix, partial, details)