search for: newlet

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

Did you mean: newldt
2007 Jan 11
6
nil object while the required parameter are in the request
I''m having an application as follows. I have all the parameters for as object appended in the url. And there is an action in the controller like this def newlet render :layout=> false @product = Product.new if request.get? @product.title= params[:title] @product.description = params[:description] @product.primary_link = params[:primary_link] @product.image_url1 = params[:image_url1] @product.primary_price = par...