Displaying 1 result from an estimated 1 matches for "list_user_attributes".
2006 Aug 03
0
link_to_remote() question from a newbie.
Hello,
I am trying to utilize link_to_remote() in the following manner:
<%= link_to_remote(exchange.name,
        :update => ''mydiv'',
        :url => { :controller => ''attributes'',
                       :action => :list_user_attributes,
                       :class_id => class.id,
                       :user_id => user.id
} ) %>
And I would like it to output the html like so:
<a href="#"
 onclick="new Ajax.Updater(''mydiv'',
  ''/attributes/list_user_attributes?class_id=1&...