From fc591750bea7baa12f13ae51808230d2175129e4 2011-09-01 10:54:48 From: Toshi MARUYAMA Date: 2011-09-01 10:54:48 Subject: [PATCH] rename .rhtml to .html.erb of app/views/my/page.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@6975 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/my/page.rhtml b/app/views/my/page.html.erb similarity index 100% rename from app/views/my/page.rhtml rename to app/views/my/page.html.erb