# File lib/action_view/helpers/active_model_helper.rb, line 55
55: def error_message
56: object.errors[@method_name]
57: end
# File lib/action_view/helpers/active_model_helper.rb, line 47
47: def error_wrapping(html_tag)
48: if object_has_errors?
49: Base.field_error_proc.call(html_tag, self)
50: else
51: html_tag
52: end
53: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.