Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォームを使用せずに、画像ファイルを搬送波のアップローダークラスに保存するにはどうすればよいですか?
代わりに、システムにすでに存在する既存のイメージを使用したいと思います。
image と呼ばれるモデルで、uploader がcarrierwave としてマウントされていると仮定します。
image.carrierwave.store!(File.new("/tmp/image.png")) image.write_carrierwave_identifier image.save
お店!File、IOString、または Tempfile を受け入れます。