Class: ActionView::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/action_view/helpers/active_record_helper.rb

Constant Summary collapse

@@field_error_proc =
Proc.new{ |html_tag, instance| "<div class=\"fieldWithErrors\">#{html_tag}</div>" }