Sha256: 8b41080e03c0aadae60debcbd07334fd7b08ad0ab1066aa76a7cf524858faecd

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

module FacebookSocialPlugins
	class Analytics < UiHelper
		attr_reader :app_id

		def initialize app_id
			@app_id = app_id
		end

		def render
			content_tag :meta, '', :property => "fb:admins", :content => app_id
		end
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
facebook-social_plugins-0.1.1 lib/facebook-social_plugins/analytics.rb