public
Description: that is plugin extracted from open_flash_chart_2 project
Homepage: http://openflashchart2.sentor.pl
Clone URL: git://github.com/korin/open_flash_chart_2_plugin.git
Click here to lend your support to: open_flash_chart_2_plugin and make a donation at www.pledgie.com !
open_flash_chart_2_plugin / uninstall.rb
100644 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."