Skip to content

Commit

Permalink
Merge pull request #21054 from yui-knk/fix/doc_field_error_proc
Browse files Browse the repository at this point in the history
[ci skip] `field_error_proc` is used in `ActionView::Helpers::ActiveM…
  • Loading branch information
claudiob committed Jul 29, 2015
2 parents 90e893d + 978cca8 commit 45c91e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/configuring.md
Expand Up @@ -414,7 +414,7 @@ encrypted cookies salt value. Defaults to `'signed encrypted cookie'`.

`config.action_view` includes a small number of configuration settings:

* `config.action_view.field_error_proc` provides an HTML generator for displaying errors that come from Active Record. The default is
* `config.action_view.field_error_proc` provides an HTML generator for displaying errors that come from Active Model. The default is

```ruby
Proc.new do |html_tag, instance|
Expand Down

0 comments on commit 45c91e7

Please sign in to comment.