mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 19:07:47 +01:00
7 lines
172 B
Ruby
7 lines
172 B
Ruby
# frozen_string_literal: true
|
|
|
|
module SocialHelper
|
|
include SocialHelper::TwitterMethods
|
|
include SocialHelper::TumblrMethods
|
|
include SocialHelper::TelegramMethods
|
|
end
|