Module: MyForum::EmoticonsHelper

Defined in:
app/helpers/my_forum/emoticons_helper.rb

Instance Method Summary collapse

Instance Method Details

#emoticon_url_for(emoticon) ⇒ Object



3
4
5
# File 'app/helpers/my_forum/emoticons_helper.rb', line 3

def emoticon_url_for(emoticon)
  File.join(Emoticon::URL, emoticon.file_name)
end