Add the dynamic form plugin to get error_messages_for support back
This commit is contained in:
parent
ed54379218
commit
f50ef32743
9 changed files with 777 additions and 0 deletions
5
vendor/plugins/dynamic_form/init.rb
vendored
Normal file
5
vendor/plugins/dynamic_form/init.rb
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'action_view/helpers/dynamic_form'
|
||||
|
||||
class ActionView::Base
|
||||
include DynamicForm
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue