Skip to content

Commit

Permalink
Updated gemspec with init changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Aug 9, 2010
1 parent 01a107c commit 2ea1af5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion dynamic-form.gemspec
Expand Up @@ -27,7 +27,6 @@ Gem::Specification.new do |s|
"init.rb",
"lib/action_view/helpers/dynamic_form.rb",
"lib/action_view/locale/en.yml",
"rails/init.rb",
"test/dynamic_form_i18n_test.rb",
"test/dynamic_form_test.rb",
"test/test_helper.rb"
Expand Down
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: 0 additions & 5 deletions rails/init.rb

This file was deleted.

0 comments on commit 2ea1af5

Please sign in to comment.