From bfd22a4a13138475c7178d157e7e53e60d1126aa 2011-08-24 04:53:50 From: Toshi MARUYAMA Date: 2011-08-24 04:53:50 Subject: [PATCH] rename .rhtml to .html.erb of app/views/account/password_recovery.rhtml. :rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6571 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/account/password_recovery.rhtml b/app/views/account/password_recovery.html.erb similarity index 100% rename from app/views/account/password_recovery.rhtml rename to app/views/account/password_recovery.html.erb