* Prefer main_social_image (except on articles#show) See https://github.com/forem/forem-internal-eng/issues/485 * Cleanup social media helpers no longer in use
5 lines
140 B
Ruby
5 lines
140 B
Ruby
module SocialImageHelper
|
|
def article_social_image_url(article, **options)
|
|
Articles::SocialImage.new(article, **options).url
|
|
end
|
|
end
|