Rails erb in inline CSS(in layout file)

Srinath A. wrote:

I want to replace url(http://www.google.ca/intl/en_ca/images/logo.gif) with <%= image_tag(@customer_logo.path_to_logo_image, :width => 250, :height => 100) %> with out keeping #header in .css file

image_path() ?