neounix

Results 2 comments of neounix

This is any easy change which can be made in netjsongraph.js

This typically happens when you have not included the gon gem, for example, perhaps you forgot to this this to. your code: ``` gem 'gon', '6.2.0' require 'gon' ```