module Erubis::Helpers::RailsFormHelper
def _pp_remove_error_div(s)
def _pp_remove_error_div(s) s.sub!(/\A<div class="fieldWithErrors">(.*)<\/div>\z/, '\1') return s end
def _pp_remove_error_div(s) s.sub!(/\A<div class="fieldWithErrors">(.*)<\/div>\z/, '\1') return s end