Skip to content

Commit

Permalink
Fix issue where flash_messages was printing out actual flash message
Browse files Browse the repository at this point in the history
hash. Relates to spree#1368.
  • Loading branch information
radar committed Apr 10, 2012
1 parent b27a61a commit ed7f732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/app/helpers/spree/base_helper.rb
Expand Up @@ -103,6 +103,7 @@ def flash_messages
flash.each do |msg_type, text|
concat(content_tag :div, text, :class => "flash #{msg_type}")
end
nil
end

def breadcrumbs(taxon, separator=" » ")
Expand Down

0 comments on commit ed7f732

Please sign in to comment.