Skip to content

Commit

Permalink
Fixes missing emoji module in reference to myapnea/myapnea.org#55
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Sep 11, 2014
1 parent 54109b1 commit 72d4889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ spec/dummy
*.rbc
*.tmproj
Gemfile.lock
.idea/
2 changes: 2 additions & 0 deletions app/helpers/forem/application_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'emoji'

module Forem
module ApplicationHelper
include FormattingHelper
Expand Down

0 comments on commit 72d4889

Please sign in to comment.