Project

General

Profile

help me with new controller actions, please

Added by Vadim B over 12 years ago

Hi all

Sorry for my English.

I added a new action in the Issues controller to save a single field through Ajax request from my custom view.

In view I called remote function and see request in firebug logs:
0.0.0.0:3000/Issues/update_done_ratio/2
But I got error 403 (Forbidden)
And this is error webrick console : Filter chain halted as [:authorize] render or redirect

Thanks.