Sha256: ca672b75ba5aaf4e1c994cba56abad2a8ece53e35b2a0dc5d3f8438d5bdad62c

Contents?: true

Size: 707 Bytes

Versions: 1

Compression:

Stored size: 707 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.actors = [:user ]

  # 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

  # Type of activities managed by actors
  # Remember you must add an "activity_object_id" foreign key column to your migration!
  #
  # config.activity_objects = []
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
social_stream-0.0.2 lib/generators/social_stream/templates/initializer.rb