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-1.1.12 linkser/lib/social_stream-linkser.rb
social_stream-linkser-1.1.2 lib/social_stream-linkser.rb
social_stream-1.1.11 linkser/lib/social_stream-linkser.rb
social_stream-1.1.10 linkser/lib/social_stream-linkser.rb
social_stream-1.1.9 linkser/lib/social_stream-linkser.rb
social_stream-1.1.8 linkser/lib/social_stream-linkser.rb
social_stream-1.1.7 linkser/lib/social_stream-linkser.rb
social_stream-1.1.6 linkser/lib/social_stream-linkser.rb
social_stream-1.1.5 linkser/lib/social_stream-linkser.rb
social_stream-linkser-1.1.1 lib/social_stream-linkser.rb
social_stream-1.1.4 linkser/lib/social_stream-linkser.rb
social_stream-1.1.3 linkser/lib/social_stream-linkser.rb
social_stream-1.1.2 linkser/lib/social_stream-linkser.rb
social_stream-1.1.1 linkser/lib/social_stream-linkser.rb
social_stream-1.1.0 linkser/lib/social_stream-linkser.rb
social_stream-linkser-1.1.0 lib/social_stream-linkser.rb
social_stream-1.0.1 linkser/lib/social_stream-linkser.rb
social_stream-linkser-1.0.0 lib/social_stream-linkser.rb
social_stream-0.30.2 linkser/lib/social_stream-linkser.rb
social_stream-0.30.1 linkser/lib/social_stream-linkser.rb