Retrospring/app/helpers/social_helper.rb

8 lines
172 B
Ruby

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