public
Description: Simple javascript hotkey plugin for Rails
Homepage: http://codefluency.com
Clone URL: git://github.com/bruce/hotkey.git
Search Repo:
hotkey / install.rb
100644 7 lines (7 sloc) 0.268 kb
1
2
3
4
5
6
7
# Install hook code here
require 'fileutils'
FileUtils.cp(
  File.join(File.dirname(__FILE__), 'public/javascripts/hotkey.js'),
  File.join(File.dirname(__FILE__), '../../../public/javascripts/hotkey.js')
)
puts File.read(File.join(File.dirname(__FILE__), 'README'))