Module: SocialMediaHelper

Defined in:
app/helpers/social_media_helper.rb

Instance Method Summary collapse

Instance Method Details

#social_share_buttons(options = {}) ⇒ Object



2
3
4
# File 'app/helpers/social_media_helper.rb', line 2

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