From 85699042a69cbed55abbe4ead3427b315af5d9cc 2011-10-04 11:09:06 From: Toshi MARUYAMA Date: 2011-10-04 11:09:06 Subject: [PATCH] Rails3: rename app/views/common/feed.atom.rxml to app/views/common/feed.atom.builder (#6317) :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@7575 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/common/feed.atom.rxml b/app/views/common/feed.atom.builder similarity index 100% rename from app/views/common/feed.atom.rxml rename to app/views/common/feed.atom.builder