templates/test_pie_chart.html.erb
<!DOCTYPE html>
<html>
<head>
<title>Innovative Graph Suite: Pie Chart</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<style type="text/css">
body {
font: 10px sans-serif;
}
</style>
</head>
<body>
<%= @render %>
</body>
</html>