You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using <%=content_with_emoji(comment.msg)%> to display a message along with the emoji in my view and I keep getting a no method error: undefined method `asset_host' for Emoji:Module I'm not to sure what's going on?
The text was updated successfully, but these errors were encountered:
I'm using
<%=content_with_emoji(comment.msg)%>
to display a message along with the emoji in my view and I keep getting a no method error: undefined method `asset_host' for Emoji:Module I'm not to sure what's going on?The text was updated successfully, but these errors were encountered: