Module: SocialMediaHelper
- Defined in:
- app/helpers/social_media_helper.rb
Overview
View helper: social media.
Instance Method Summary collapse
-
#social_share_buttons(options = {}) ⇒ String
Renders the social share buttons partial.
Instance Method Details
#social_share_buttons(options = {}) ⇒ String
Renders the social share buttons partial.
14 15 16 |
# File 'app/helpers/social_media_helper.rb', line 14 def ( = {}) render partial: 'www/social/share_buttons', locals: end |