Module: SocialMediaHelper

Defined in:
app/helpers/social_media_helper.rb

Overview

View helper: social media.

Instance Method Summary collapse

Instance Method Details

#social_share_buttons(options = {}) ⇒ Object



4
5
6
# File 'app/helpers/social_media_helper.rb', line 4

def social_share_buttons(options = {})
  render partial: 'www/social/share_buttons', locals: options
end