redlinesoftware / remote_helpers

akaspick (author)
Fri Feb 01 22:45:17 -0800 2008
commit  a9f0f0a520b067e44daf56575bb2e50dabdf8566
tree    dd03e9c3a3b8929119e24f0f17313212eeadf884
parent  182aa36806ce5d388b143b7b0a5fd40579b78a6c
remote_helpers / install.rb
100644 5 lines (3 sloc) 0.191 kb
1
2
3
4
5
require 'ftools'
 
plugin_dir = File.dirname(File.expand_path(__FILE__))
File.copy File.join(plugin_dir, 'images', 'indicator.gif'), File.join(RAILS_ROOT, 'public', 'images', 'indicator.gif')