diff --git a/app/presenters/post_presenter.rb b/app/presenters/post_presenter.rb index d24f5d35a..11c432229 100644 --- a/app/presenters/post_presenter.rb +++ b/app/presenters/post_presenter.rb @@ -16,7 +16,7 @@ class PostPresenter < BasePresenter .merge(non_directly_retrieved_attributes) end - def as_api_response + def as_api_response # rubocop:disable Metrics/AbcSize { guid: @post.guid, body: build_text,