# File lib/erubis/helpers/rails_form_helper.rb, line 46 def _pp_error_tags(value) return value ? ['<div class="fieldWithErrors">', '</div>'] : ['', ''] end