From 85699042a69cbed55abbe4ead3427b315af5d9cc Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 4 Oct 2011 11:09:06 +0000 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 --- app/views/common/{feed.atom.rxml => feed.atom.builder} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/views/common/{feed.atom.rxml => feed.atom.builder} (100%) 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 -- 2.39.5