Add the dynamic form plugin to get error_messages_for support back

This commit is contained in:
Tom Hughes 2010-09-03 15:41:00 +01:00
parent ed54379218
commit f50ef32743
9 changed files with 777 additions and 0 deletions

5
vendor/plugins/dynamic_form/init.rb vendored Normal file
View file

@ -0,0 +1,5 @@
require 'action_view/helpers/dynamic_form'
class ActionView::Base
include DynamicForm
end