mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
removes a remaining reference to .rjs in template resolver's RDoc
This commit is contained in:
parent
16bccca361
commit
404ae77c40
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ module ActionView
|
|||
# ==== 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,}")
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue