Sha256: 12f951ef6c5c5aeeb88022d492a6ffb72913e5fbeeac31958414827b73131ac2

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 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

2 entries across 2 versions & 1 rubygems

Version Path
facebook-social_plugins-0.1.3 lib/facebook-social_plugins/analytics.rb
facebook-social_plugins-0.1.2 lib/facebook-social_plugins/analytics.rb