diff options
| author | Xavier Noria <fxn@hashref.com> | 2011-03-29 22:23:12 +0200 | 
|---|---|---|
| committer | Xavier Noria <fxn@hashref.com> | 2011-04-13 13:24:32 +0200 | 
| commit | 404ae77c409a17b4e8546260a47d0bf8ca566b51 (patch) | |
| tree | 713a3cbddff769cefe3274ad1609f54e5d6461f1 | |
| parent | 16bccca361ddb12850fed290034e19715cb60d01 (diff) | |
| download | rails-404ae77c409a17b4e8546260a47d0bf8ca566b51.tar.gz rails-404ae77c409a17b4e8546260a47d0bf8ca566b51.tar.bz2 rails-404ae77c409a17b4e8546260a47d0bf8ca566b51.zip | |
removes a remaining reference to .rjs in template resolver's RDoc
| -rw-r--r-- | actionpack/lib/action_view/template/resolver.rb | 2 | 
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 41c6310ae2..870897958a 100644 --- a/actionpack/lib/action_view/template/resolver.rb +++ b/actionpack/lib/action_view/template/resolver.rb @@ -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,}")    # | 
