Displaying 1 result from an estimated 1 matches for "foo_style".
Did you mean:
f_style
2007 Nov 20
4
link_to_remote style
...with no luck. I am guessing my brackets are wrong but
every time I move them my app breaks. Thanks in advance
here is the snippet of code i am using:
<%= link_to_remote(foo.title,
:update =>"show_me",
:url => {:action => "show",
:id=>foo.id},
:class => "foo_style") %>
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this...