Hi,

I am a newbie to rails and have a problem to solve. I have textarea
which provides as input

Line1
Line2
Line3

I want this content to be split into an array using "\r\n" as the
seperators.
I tried to do the split directly on params[:content].split("\r\n") but
got an error which says called a private method of HASH.

I convert params[:content].to_s then I guess my \r\n's are lost.

How do I get this split working?

Regards,
Sudhi
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to