Remove unused AtomBuilderHelper (#1364)

This was used in the views/atom/user_stream.xml.ruby file, which no longer is
used.
This commit is contained in:
Matt Jankowski
2017-04-11 13:31:22 -04:00
committed by Eugen
parent 1236529e39
commit 53850bce93
3 changed files with 0 additions and 473 deletions

View File

@ -5,5 +5,4 @@ class BaseService
include ActionView::Helpers::SanitizeHelper
include RoutingHelper
include AtomBuilderHelper
end