Sha256: 26c2da4c6944ce8a23bb08db74d67ce1352c1b5acfa3e6f8eb701456ab920d2a

Contents?: true

Size: 484 Bytes

Versions: 98

Compression:

Stored size: 484 Bytes

Contents

require 'social_stream-base'
require 'linkser'

module SocialStream
  module Linkser
    # Add :link to SocialStream.objects and SocialStream.activity_forms by default
    # It can be configured by users at application's config/initializers/social_stream.rb
    #%w(objects activity_forms).each do |m|
    %w(objects).each do |m|
      SocialStream.__send__(m).push(:link) unless SocialStream.__send__(m).include?(:link)
    end
    
  end
end

require 'social_stream/linkser/engine'

Version data entries

98 entries across 98 versions & 4 rubygems

Version Path
social_stream-0.20.2 linkser/lib/social_stream-linkser.rb
social_stream-0.20.1 linkser/lib/social_stream-linkser.rb
social_stream-0.20.0 linkser/lib/social_stream-linkser.rb
social_stream-linkser-0.5.0 lib/social_stream-linkser.rb
social_stream-0.19.3 linkser/lib/social_stream-linkser.rb
social_stream-0.19.2 linkser/lib/social_stream-linkser.rb
social_stream-0.19.1 linkser/lib/social_stream-linkser.rb
vkhater-social_stream-0.16.3.3 linkser/lib/social_stream-linkser.rb
vkhater-social_stream-linkser-0.1.1 lib/social_stream-linkser.rb
social_stream-0.19.0 linkser/lib/social_stream-linkser.rb
social_stream-linkser-0.4.0 lib/social_stream-linkser.rb
social_stream-0.18.2 linkser/lib/social_stream-linkser.rb
social_stream-0.18.1 linkser/lib/social_stream-linkser.rb
social_stream-0.18.0 linkser/lib/social_stream-linkser.rb
social_stream-linkser-0.3.0 lib/social_stream-linkser.rb
social_stream-0.17.1 linkser/lib/social_stream-linkser.rb
social_stream-0.17.0 linkser/lib/social_stream-linkser.rb
social_stream-linkser-0.2.0 lib/social_stream-linkser.rb
social_stream-0.16.3 linkser/lib/social_stream-linkser.rb
social_stream-0.16.2 linkser/lib/social_stream-linkser.rb