# File app/helpers/smerf_forms_helper.rb, line 43 def get_notice_messages if flash[:notice] content_tag(:div, content_tag(:p, flash[:notice]), :class => "smerfFormNotice") end end