search for: srror

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

Did you mean: error
2010 Aug 18
0
paper clip plugin validation fails
...saved" else puts"if not saved" format.js # create.js.rjs format.xml { render :xml => @image.errors, :status => :unprocessable_entity } puts"hiiiiiiiiiiiiiiiiii"+@image.errors.inspect end #puts"check the srrors are"+@image.errors.inspect responds_to_parent { render } end here is the model validation validates_attachment_content_type :picture, :content_type=>[''image/jpeg'', ''image/png'', ''image/gif''], :message => :missing_content_typ...