Displaying 1 result from an estimated 1 matches for "inrails".
Did you mean:
onrails
2005 Nov 04
0
RE: Why class InstanceTag is defined at 4 different places inRails
...EArCW2h5@public.gmane.org
[mailto:rails-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Neeraj Kumar
Sent: Friday, November 04, 2005 4:31 PM
To: rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
Subject: [Rails] Why class InstanceTag is defined at 4 different
places inRails
In Rails, the class InstanceTag is defined at 4 places:
active_record_helper.rb
date_helper.rb
form_helper.rb
form_options_helper.rb
I have a need to overrite the
def to_date_select_tag(options = {})
method of class InstanceTag defined in date_helper.rb . With
little background...