Displaying 1 result from an estimated 1 matches for "selected_booking_date".
2006 Oct 03
1
line too long in editor... (textmate)
...o a LR, I got a \n in my string, how can i get it displayed in 
multilines without this garbage in the string  :
here is the kind of string I am manipulating
cond_a.append ["(bookings.start_at == ? OR bookings.end_at == ? ) OR 
(bookings.start_at <= ? AND bookings.end_at >= ? )", 
@selected_booking_date, @selected_booking_date, @selected_booking_date, 
@selected_booking_date]
thansk fyh
kad
-- 
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" gro...