Module: FaviconsHelper

Defined in:
app/helpers/favicons_helper.rb

Instance Method Summary collapse

Instance Method Details

#all_the_faviconsObject



4
5
6
# File 'app/helpers/favicons_helper.rb', line 4

def all_the_favicons
  safe_join(all_the_favicons_list.compact, "\n")
end