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.25.0 linkser/lib/social_stream-linkser.rb
social_stream-linkser-0.9.0 lib/social_stream-linkser.rb
social_stream-0.24.1 linkser/lib/social_stream-linkser.rb
social_stream-0.24.0 linkser/lib/social_stream-linkser.rb
social_stream-linkser-0.8.0 lib/social_stream-linkser.rb
social_stream-0.23.4 linkser/lib/social_stream-linkser.rb
social_stream-0.23.3 linkser/lib/social_stream-linkser.rb
social_stream-0.23.2 linkser/lib/social_stream-linkser.rb
social_stream-linkser-0.7.1 lib/social_stream-linkser.rb
social_stream-0.23.1 linkser/lib/social_stream-linkser.rb
social_stream-linkser-0.7.0 lib/social_stream-linkser.rb
social_stream-0.22.1 linkser/lib/social_stream-linkser.rb
social_stream-0.22.0 linkser/lib/social_stream-linkser.rb
social_stream-0.21.4 linkser/lib/social_stream-linkser.rb
social_stream-linkser-0.6.1 lib/social_stream-linkser.rb
social_stream-0.21.3 linkser/lib/social_stream-linkser.rb
social_stream-0.21.2 linkser/lib/social_stream-linkser.rb
social_stream-0.21.1 linkser/lib/social_stream-linkser.rb
social_stream-0.21.0 linkser/lib/social_stream-linkser.rb
social_stream-linkser-0.6.0 lib/social_stream-linkser.rb