public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Search Repo:
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
fix for the /rss route
eldiablo (author)
Fri May 02 16:03:38 -0700 2008
commit  7b731ae1903ee24009e48589bfb5b2af64c70259
tree    ea130601bc5d5cb30581debf72af1c433e7f2535
parent  67ca97f2b90a629d28faae43c9d80c81aa8a8d63
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@
0
 
0
 Merb::Router.prepend do |r|
0
   r.match("/articles.:format").to(:controller => "Feeds", :action => "articles")
0
- r.match("/rss").to(:controller => "Feeds", :action => "articles"s")
0
+ r.match("/rss").to(:controller => "Feeds", :action => "articles", :format => "rss")
0
   r.match("/atom").to(:controller => "Feeds", :action => "articles", :format => "atom")
0
   r.match("/comments.:format").to(:controller => "Feeds", :action => "comments")
0
   r.namespace :admin do |admin|

Comments

    No one has commented yet.