base/app/models/relation.rb in social_stream-0.23.4 vs base/app/models/relation.rb in social_stream-0.24.0
- old
+ new
@@ -39,10 +39,10 @@
#
# Each {Activity} can be attached to one or more {Relation relations}.
# It sets the {Audience} that has access to it, and the {Permission Permissions} that rule that access.
#
class Relation < ActiveRecord::Base
- Positive = %w{ custom public }
+ Positive = %w{ custom public follow }
Negative = %w{ reject }
belongs_to :actor
has_many :relation_permissions, :dependent => :destroy