ref: master
plugins/social_share_privacy/lib/social_share_privacy_plugin_helper.rb
1 2 3 4 5 6 7
module SocialSharePrivacyPluginHelper def social_share_privacy_networks Dir[SocialSharePrivacyPlugin.root_path + 'public/socialshareprivacy/javascripts/modules/*.js'].map { |entry| entry.split('/').last.gsub(/\.js$/,'') } end end