I am trying to get in_place_editing plugin working but it shows following in logs...
Parameters: {"authenticity_token"=>"447999a7bc028bf2627501257727d22150beabaa", "action"=>"1", "value"=>"longhorn", "controller"=>"projects", "editorId"=>"edit_project_1"}
it says action => 1
although I have clearly defined that ...
:url => url_for(:controller => "projects", :action => "update", :id => project.id)
what could be wrong?