public
Description: Rails plugin with helpers to create a set of Date/Time selects that use the Unobtrusive Date Picker Widget.
Homepage: http://code.google.com/p/rails-unobtrusive-date-picker/
Clone URL: git://github.com/brianjlandau/unobtrusive_date_picker.git
check for AR
brianjlandau (author)
Thu Oct 02 07:33:41 -0700 2008
commit  aab440a7ebc911693ea96c583af69d5a61763c25
tree    0bfeb186c086abc2bf06beead7bb7043c39c2aa6
parent  f210f9bb5e8227b9a1e76428a6dc8224f69d2ede
...
13
14
15
 
16
17
18
...
31
32
33
 
34
35
36
...
13
14
15
16
17
18
19
...
32
33
34
35
36
37
38
0
@@ -13,6 +13,7 @@
0
 #
0
 
0
 # :enddoc:
0
+if defined? ActiveRecord
0
 class ActiveRecord::Base # :nodoc: all
0
   def extract_callstack_for_multiparameter_attributes_with_ampm(pairs)
0
     attributes = extract_callstack_for_multiparameter_attributes_without_ampm(pairs)
0
@@ -31,6 +32,7 @@ class ActiveRecord::Base # :nodoc: all
0
 
0
   alias_method_chain :extract_callstack_for_multiparameter_attributes, :ampm
0
 end
0
+end
0
 
0
 module ActionView::Helpers::DateHelper # :nodoc: all
0
   AM = 'AM'

Comments

    No one has commented yet.