hi, i need some help I'm working with Ruby On Rails with HAML, i need to send some params, from my view to my controller through a param, in html i used to put the value ( an object ) and in order to have the value of the objet i used <%= user.id %> so i will have the value and not the position, now with Haml i try %= and is not accepted by haml, at the documentation use = for print the value but, it doesn't work, what i want to have or print is the value and not the position of that object.
I'm so glad that you can help, thanks -- You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en.
