public
Fork of cainlevy/recordselect
Description: Replaces <select> tags with a full-HTML, RESTful JavaScript record browser (Rails plugin)
Homepage: http://code.google.com/p/recordselect
Clone URL: git://github.com/edwinmoss/recordselect.git
recordselect / uninstall.rb
100644 4 lines (4 sloc) 0.169 kb
1
2
3
4
['stylesheets', 'images', 'javascripts'].each do |asset_type|
  public_dir = File.join(RAILS_ROOT, 'public', asset_type, 'record_select')
  FileUtils.rm_r public_dir
end