RestFul with RJS

I have alse a problem with edit method <%= link_to_remote ("Edit",         :update => 'div_categorie',         :url => edit_faq_category_path(t)) %> When i test to use link_to_remote i can see this error message

Routing Error

no route found to match "/faq_categories/1;edit" with {:method=>:post}

:frowning: