retrospring/app/helpers/social_helper.rb

8 lines
172 B
Ruby
Raw Normal View History

2023-02-19 20:58:47 +01:00
# frozen_string_literal: true
module SocialHelper
include SocialHelper::TwitterMethods
include SocialHelper::TumblrMethods
2023-02-19 20:58:47 +01:00
include SocialHelper::TelegramMethods
end