= in Haml should work exactly the same as <%= %> in ERB. What's the exact code you used, the output you expected, and the output you actually got?
On Wed, Dec 30, 2009 at 9:29 AM, Abel_Antonio <[email protected]> wrote: > 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] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > > -- 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.
