public
Description: Simple javascript hotkey plugin for Rails
Homepage: http://codefluency.com
Clone URL: git://github.com/bruce/hotkey.git
Search Repo:
hotkey / init.rb
100644 4 lines (3 sloc) 0.152 kb
1
2
3
4
require 'hotkey_helper'
 
ActionController::Base.send(:helper, :hotkey)
ActionView::Helpers::AssetTagHelper.register_javascript_include_default('hotkey')