Brijesh Shah wrote:
>>   def resolve_create
>>   @resolve = Resolve.new(params[:resolve1])
>>   if @resolve.save
>>     redirect_to :action => 'list'
>>   else
>>     redirect_to :action => 'resolve'
>>   end
>>   end
> Problem is in parameters arguments...
> 
> It should be params[:resolve] ....not params[:resolve1]...
> 
> Thanks
> Brijesh Shah

no i ahve given resolve1 in view and in controller relove1
so i dont think its the problem with parameters,

now i think i ddn use any active record relations here like one- one or 
one -many...
is der any nice link to learn dat easily?

-- 
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