base/lib/social_stream/base/ability.rb in social_stream-1.1.2 vs base/lib/social_stream/base/ability.rb in social_stream-1.1.3
- old
+ new
@@ -5,10 +5,10 @@
# Create a new ability for this user, who is currently representing subject
def initialize(subject)
#Download alias action
- alias_action :download, :to => :show
+ alias_action :download, :to => :read
# Activity Objects
(SocialStream.objects - [ :actor, :comment ]).map{ |obj|
obj.to_s.classify.constantize
}.each do |klass|