Skip to content

Commit

Permalink
nope, going back to normal module patching
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorcoran committed Jul 26, 2011
1 parent 22e5d2c commit 7fa0705
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/judge.rb
Expand Up @@ -2,4 +2,7 @@
require File.dirname(__FILE__) + '/judge/form'

::ActionView::Helpers::FormBuilder.send(:include, Judge::FormBuilder)
::ApplicationHelper.send(:include, Judge::FormHelper)

module ApplicationHelper
include Judge::FormHelper
end

0 comments on commit 7fa0705

Please sign in to comment.