0
0
Fork 0

Fix #13, Atom feeds now contain formatted post content

This commit is contained in:
Eugen Rochko 2016-03-19 00:16:04 +01:00
parent 580b91c387
commit 071f64d317
5 changed files with 34 additions and 13 deletions

View file

@ -1,5 +1,6 @@
class BaseService
include RoutingHelper
include ActionView::Helpers::TextHelper
include ApplicationHelper
include AtomBuilderHelper
end