Remove field_error_proc doc from initializer

This commit is contained in:
dfens 2013-05-08 16:48:09 +02:00
parent f9baf4db05
commit 7800e3bee1
1 changed files with 0 additions and 7 deletions

View File

@ -136,11 +136,4 @@ SimpleForm.setup do |config|
# Cache SimpleForm inputs discovery
# config.cache_discovery = !Rails.env.development?
# Override the default ActiveModelHelper behaviour of wrapping the input.
# This gets taken care of semantically by adding an error class to the wrapper tag
# containing the input.
# config.field_error_proc = proc do |html_tag, instance_tag|
# html_tag
# end
end