Ian Purton Home

Helper to display rails flash messages

23 September 07

A simple code snippet for displaying your flash[:warning] = "Warning Message" messages in rails. Add the following to your application_helper.rb.

To show all messages place this code in your view (rhtml).

Also here's some CSS to style the messages.