removes a remaining reference to .rjs in template resolver's RDoc

This commit is contained in:
Xavier Noria 2011-03-29 22:23:12 +02:00
parent 16bccca361
commit 404ae77c40

@ -186,7 +186,7 @@ def extract_handler_and_format(path, default_formats)
# ==== Examples
#
# Default pattern, loads views the same way as previous versions of rails, eg. when you're
# looking for `users/new` it will produce query glob: `users/new{.{en},}{.{html,js},}{.{erb,haml,rjs},}`
# looking for `users/new` it will produce query glob: `users/new{.{en},}{.{html,js},}{.{erb,haml},}`
#
# FileSystemResolver.new("/path/to/views", ":prefix/:action{.:locale,}{.:formats,}{.:handlers,}")
#