mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 21:36:03 +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
|