mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 09:56:03 +01:00
4 lines
100 B
Ruby
4 lines
100 B
Ruby
|
module SocialHelper
|
||
|
include SocialHelper::TwitterMethods
|
||
|
include SocialHelper::TumblrMethods
|
||
|
end
|