Sha256: 089c3bb7e32827769a4a8024d7d64a76567f3ad1a5427ef98a370305c9ac1e50
Contents?: true
Size: 1.17 KB
Versions: 8
Compression:
Stored size: 1.17 KB
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 for activity objects to be loaded # You can write your own activity objects # # config.activity_forms = [ :post, :document, :foo, :bar ] # Quick search (header) and Extended search models and its order. Remember to create # the indexes with thinking-sphinx if you are using customized models. # # config.quick_search_models = [:user, :group] # config.extended_search_models = [:user, :group] end
Version data entries
8 entries across 4 versions & 2 rubygems