korin / open_flash_chart_2_plugin

that is plugin extracted from open_flash_chart_2 project

This URL has Read+Write access

open_flash_chart_2_plugin / uninstall.rb
100755 5 lines (4 sloc) 0.19 kb
1
2
3
4
5
puts "Removing files from public directory:"
FileUtils.rm "#{RAILS_ROOT}/public/javascripts/swfobject.js"
FileUtils.rm "#{RAILS_ROOT}/public/open-flash-chart.swf"
puts "Plugin uninstalled."