# File lib/action_view/helpers/active_model_helper.rb, line 35 35: def error_message 36: object.errors[@method_name] 37: end
# File lib/action_view/helpers/active_model_helper.rb, line 27 27: def error_wrapping(html_tag) 28: if object_has_errors? 29: Base.field_error_proc.call(html_tag, self) 30: else 31: html_tag 32: end 33: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.