Displaying 1 result from an estimated 1 matches for "find_by_d".
Did you mean:
find_by_id
2006 May 31
1
Automatic .santize?
Hello and thanks in advance to those who post back,
I''m working on a calender but, it renders the data in the controller
then saves it as @code so I call it in the veiw <%= @code %>. So
everythings working and I add this line..
@event =
Event.find_by_date("#{@temp13.year}-#{@temp13.month}-#{@temp13.day}")
if @event == nil
@@td = "<td width=50 height=50
valign=top><small><b>#{@temp13.to_s[0,3]} |
#{@temp13.day}</b></small></td>"
@@ntd = "<td width=50 height=50 valign=top><sm...