Hi Ralu rm

> i have an error
>         undefined method `stringify_keys!' for "":String

The reason for this error is in the line

> <%= form_tag :action => 'resolve_create', :resolve => @resolve %>

   Since this will generate source like
action="/controller/resolve_create?resolve="

And in resolve_create what you are trying is
> @resolve = Resolve.new(params[:resolve])
> if @resolve.save

   Here the error is .Why are you passing :resolve => @resolve  ?



Sijo

-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to