annotate app/helpers/application_helper.rb @ 77:fc2bc34e6d89

Don't loop if twitter0 is not configured
author nanaya <me@myconan.net>
date Sun, 26 Jun 2016 16:49:15 +0900
parents 207917e41964
children 448a368f7344
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
1 module ApplicationHelper
15
207917e41964 Add tweets~
edogawaconan <me@myconan.net>
parents: 0
diff changeset
2 include Twitter::Autolink
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
3 end