search for: siginin_form

Displaying 1 result from an estimated 1 matches for "siginin_form".

2006 Apr 14
1
Rendering an ApplicationController''s action
...ApplicationController, using before_filter method in all the other needed controllers. The problem is that Rails always tries to render a missing template inside the current controller ( app/views/controllers/admin/article/signin_form.rhtml ) while I''ve uploaded it in app/views/application/siginin_form.rhtml ). Is there an issue ? Thanks for your help.