Displaying 1 result from an estimated 1 matches for "update_project_d".
2012 Oct 26
0
Routing error in rails
In my controller I have
def update_project_dates
p "It is end date....."
@user=User.find(params[:user])
@projects=Project.find_all_by_user_id(@user)
end
In the view page (only some part of the code is copied and pasted)
eventDrop: function()
{
$.ajax({
url:'...