How to use html in rails flash message Posted by papadiddydoo | Dec 21, 2012 | Rails, Ruby | 0 | At the end of the message string just call html_safe. Example. flash.now.alert = “message with <b>bolded text</b>”.html_safe source: http://stackoverflow.com/questions/4051423/using-html-in-rails-flash-messages
Recent Comments