mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 21:13:36 +01:00
4 lines
100 B
Ruby
4 lines
100 B
Ruby
|
module SocialHelper
|
||
|
include SocialHelper::TwitterMethods
|
||
|
include SocialHelper::TumblrMethods
|
||
|
end
|