Sha256: 788cc88971f23f9c4e607c98e5101b7f0ee60f7b5a347e426ee51d6235576109
Contents?: true
Size: 744 Bytes
Versions: 13
Compression:
Stored size: 744 Bytes
Contents
SocialStream.setup do |config| # List the models that are social entities. These will have ties between them. # Remember you must add an "actor_id" foreign key column to your migration! # # config.subjects = [:user, :group ] # Include devise modules in User. See devise documentation for details. # Others available are: # :token_authenticatable, :confirmable, :lockable, :timeoutable, :validatable # config.devise_modules :database_authenticatable, :registerable, # :recoverable, :rememberable, :trackable, :omniauthable # Type of activities managed by actors # Remember you must add an "activity_object_id" foreign key column to your migration! # # config.objects = [ :post, :comment ] end
Version data entries
13 entries across 8 versions & 2 rubygems