From 66fbb1a746be059ecb17535957a061ddb60554aa 2011-08-24 07:17:55 From: Toshi MARUYAMA Date: 2011-08-24 07:17:55 Subject: [PATCH] rename .rhtml to .html.erb of app/views/enumerations/edit.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@6588 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/enumerations/edit.rhtml b/app/views/enumerations/edit.html.erb similarity index 100% rename from app/views/enumerations/edit.rhtml rename to app/views/enumerations/edit.html.erb