1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] field_error_proc is used in ActionView::Helpers::ActiveModelInstanceTag

so replace `Active Record` with `Active Model`
This commit is contained in:
yui-knk 2015-07-29 22:04:48 +09:00
parent 90e893d447
commit 978cca8b13

View file

@ -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|