Retrospring/app/helpers/social_helper.rb

8 lines
172 B
Ruby
Raw Normal View History

2023-02-19 11:58:47 -08:00
# frozen_string_literal: true
module SocialHelper
include SocialHelper::TwitterMethods
include SocialHelper::TumblrMethods
2023-02-19 11:58:47 -08:00
include SocialHelper::TelegramMethods
end