dpickett / has_barcode

Nice class method wrapper for barby
MIT License
52 stars 18 forks source link

Save SVG of barcode to barcode text attribute? #13

Open RailsCod3rFuture opened 5 years ago

RailsCod3rFuture commented 5 years ago

Is it possible to save the barcode svg that is generated, to the :barcode (TEXT) attribute on my model's table and then retrieve it with inline_svg? Or can you only use <%= @model.barcode_data.html_safe %>??