Sha256: 301c99decf61131d86d14cdc9aba6e3b005abd4cb9e1027825a48dda0ca55742
Contents?: true
Size: 287 Bytes
Versions: 11
Compression:
Stored size: 287 Bytes
Contents
module Delayed module Web module ApplicationHelper def flash_dom_class flash_type case flash_type.to_s when 'notice' then 'alert-success' when 'alert' then 'alert-error' else 'alert-info' end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems