[visualization-api] Re: Rails -- Google Charts loader.js can only be loaded once (not a duplicate question)

2017-11-10 Thread Steven Gissubel
Figured out a solution. (working with html.slim)... I was originally loading the script with other javascript scripts... body = render 'layouts/header' = yield = render 'layouts/footer' .javascript = yield :javascript = javascript_include_tag

[visualization-api] Re: Rails -- Google Charts loader.js can only be loaded once (not a duplicate question)

2017-11-10 Thread Steven Gissubel
Figured out a solution. (working with html.slim)... I was originally loading the script with other javascript scripts... body = render 'layouts/header' = yield = render 'layouts/footer' .javascript = yield :javascript = javascript_include_tag 'application',