Module: SocialConnections

Defined in:
lib/social_connections.rb,
lib/social_connections/version.rb,
lib/social_connections/social_aggregator.rb,
lib/social_connections/acts_as_connectable.rb,
lib/generators/social_connections/install/install_generator.rb

Defined Under Namespace

Modules: ClassMethods, Generators, InstanceMethods Classes: AggregatedActivities, Engine, Feed

Constant Summary collapse

VERSION =
"0.0.19"

Class Method Summary collapse

Class Method Details

.aggregate(who) ⇒ Object



33
34
35
# File 'lib/social_connections/social_aggregator.rb', line 33

def self.aggregate(who)
  Feed.new(who)
end