Skip to content

Commit

Permalink
require 'dynamic_form'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Sep 23, 2010
1 parent 33e235e commit ebb0321
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 1 addition & 5 deletions init.rb
@@ -1,5 +1 @@
require 'action_view/helpers/dynamic_form'

class ActionView::Base
include DynamicForm
end
require 'dynamic_form'
5 changes: 5 additions & 0 deletions lib/dynamic_form.rb
@@ -0,0 +1,5 @@
require 'action_view/helpers/dynamic_form'

class ActionView::Base
include DynamicForm
end

0 comments on commit ebb0321

Please sign in to comment.