Sha256: bbf23c97105871d769699d4476f60ea155cf4bde21db74b82eda1369e1846bc8
Contents?: true
Size: 879 Bytes
Versions: 4
Compression:
Stored size: 879 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: # :confirmable, :lockable, :timeoutable, :validatable # config.devise_modules = :database_authenticatable, :registerable, # :recoverable, :rememberable, :trackable, # :omniauthable, :token_authenticatable # Type of activities managed by actors # Remember you must add an "activity_object_id" foreign key column to your migration! # # config.objects = [ :post, :comment ] # Form modules to be loaded # config.activity_forms = [ :document, :other_module, :foo, :bar ] end
Version data entries
4 entries across 2 versions & 1 rubygems