retrospring/app/helpers/social_helper.rb
2023-02-19 20:58:47 +01:00

7 lines
172 B
Ruby

# frozen_string_literal: true
module SocialHelper
include SocialHelper::TwitterMethods
include SocialHelper::TumblrMethods
include SocialHelper::TelegramMethods
end