Split AccountsHelper from StatusesHelper (#12078)
This commit is contained in:
parent
a9530e29a2
commit
a6269b2f83
10 changed files with 178 additions and 162 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
class RSS::AccountSerializer
|
||||
include ActionView::Helpers::NumberHelper
|
||||
include StatusesHelper
|
||||
include AccountsHelper
|
||||
include RoutingHelper
|
||||
|
||||
def render(account, statuses, tag)
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
class RSS::TagSerializer
|
||||
include ActionView::Helpers::NumberHelper
|
||||
include ActionView::Helpers::SanitizeHelper
|
||||
include StatusesHelper
|
||||
include RoutingHelper
|
||||
|
||||
def render(tag, statuses)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue