Rails 3.0 プロジェクトで wicked_pdf プラグインを使用しています。cssファイル内の画像で背景を定義したい。
ここに私のcssコードがあります
.thumb-image {
background: url(http://localhost:3000/images/pdf/ideathumbbg.png) no-repeat left top;
width: 1979px;
height: 946px;
position: relative;
padding: 54px;
text-align: center;
margin-bottom: 15px;
}
これは ideathumbbg.png を見つけられず、生成された pdf で ideathumbbg.png をレンダリングします。
css ファイル内で wicked_pdf_image_tag ヘルパーを使用することは可能ですか? またはこの問題に対する他の最善の解決策はありますか?