when trying to use
- form_tag @current_path, :method => @request_method do...
in my view i get the following error:
ActionView::TemplateError (undefined method `[]' for nil:NilClass)
Here is the whole error path: http://pastie.org/267200
Anyone has some tips to resolve that issue?
Thanks!