A method to execute Ruby erb within Javascript code when using Javascript in .html.erb files.
<%= javascript_tag do %>
window.your_object = <%= raw @your_object.to_json %>;
<% end %> A method to execute Ruby erb within Javascript code when using Javascript in .html.erb files.
<%= javascript_tag do %>
window.your_object = <%= raw @your_object.to_json %>;
<% end %>