Module: SocialStream::Controllers::Objects

Extended by:
ActiveSupport::Concern
Included in:
CommentsController, PostsController
Defined in:
lib/social_stream/controllers/objects.rb

Defined Under Namespace

Modules: UpperInstanceMethods

Constant Summary collapse

COMMON_PARAMS =
[
  :title,
  :description,
  :created_at,
  :updated_at,
  :author_id,
  :owner_id,
  :user_author_id,
  :_activity_parent_id,
  :relation_ids,
  :tag_list
]