public
Fork of mattetti/globalite
Description: Globalite is meant to be a breed of the best i18n /l10n plugins available for Rails.
Homepage: http://code.google.com/p/globalite/
Clone URL: git://github.com/foca/globalite.git
Search Repo:
fixed select_month as per ticket #22


git-svn-id: https://globalite.googlecode.com/svn/trunk@89 
5bbf81d9-c631-0410-9a1e-896eab8f3419
mattAimonetti (author)
Wed Apr 16 00:47:12 -0700 2008
commit  0acf08f479dfa81a007a48df8abdc5e1b101244b
tree    b87eb9e62cdaf53b62bd87fbbfe63305331b4c7f
parent  9161d21679d3ba9d654cfc978bb54e32102df530
...
102
103
104
105
 
106
107
108
...
102
103
104
 
105
106
107
108
0
@@ -102,7 +102,7 @@ module ActionView
0
         return @selector
0
       end
0
 
0
- def select_month(date, options = {})
0
+ def select_month(date, options = {}, html_options = {})
0
         if options[:locale]
0
           @original_locale = Locale.code
0
           Locale.code = options[:locale]

Comments

    No one has commented yet.