apeeyush/Data-Analytics-Log-Manager

View on GitHub
app/views/shared/_prepopulated_data.html.erb

Summary

Maintainability
Test Coverage
<% unless @prepopulated_data.nil? %>
<script>
  window.prepopulatedData = <%= raw json_escape(@prepopulated_data.to_json) %>;
</script>
<% end %>