I\'ve tried everything. Every combination of the helpers raw, html_safe to_json including some attempts with ::JSON.encode
raw
html_safe
to_json
::JSON.encode
Try this with utility method
var campaignData<%=h " =#{raw @campaign.to_json}" if @campaign %>;