public
Description: Simple javascript hotkey plugin for Rails
Homepage: http://codefluency.com
Clone URL: git://github.com/bruce/hotkey.git
Search Repo:
hotkey / uninstall.rb
100644 2 lines (2 sloc) 0.11 kb
1
2
require 'fileutils'
FileUtils.unlink File.join(File.dirname(__FILE__), '../../../public/javascript/hotkey.js')