public
Description: Rails Sitemap Plugin / Site Map Plugin for Rails. A beautiful rails sitemap plugin that talks to Google, Yahoo and MSN when updated. Sitemap features clean handcrafted XHTML, XML with XSLT and custom finder options for your named routes.
Clone URL: git://github.com/queso/sitemap.git
Making that hash into an ordered array to ensure our drop down list makes 
sense.  Stupid hashes.
queso (author)
Fri Feb 01 07:57:25 -0800 2008
commit  47cc099d266ece9260d66a523ec5d926cb66c567
tree    3913454917cb74134345875e422d5cc58b5e3854
parent  23c941b7a51f44de5386ba9f187a78163a8b72b3
...
5
6
7
8
 
9
10
11
...
5
6
7
 
8
9
10
11
0
@@ -5,7 +5,7 @@ class SitemapWidget < ActiveRecord::Base
0
   end
0
   
0
   def self.frequencies
0
- {"Always" => "always", "Daily" => "daily", "Weekly" => "weekly", "Monthly" => "monthly", "Yearly" => "yearly"}
0
+ [["Always", "always"], ["Daily", "daily"], ["Weekly", "weekly"], ["Monthly", "monthly"], ["Yearly", "yearly"]]
0
   end
0
 
0
   def find_children(options = {})

Comments

    No one has commented yet.