Class: CommentsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- CommentsController
- Includes:
- SocialStream::Controllers::Objects
- Defined in:
- app/controllers/comments_controller.rb
Constant Summary
Constants included from SocialStream::Controllers::Objects
SocialStream::Controllers::Objects::COMMON_PARAMS
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
4 5 6 7 |
# File 'app/controllers/comments_controller.rb', line 4 def show parent = resource.post_activity.parent redirect_to polymorphic_path(parent.direct_object,:anchor => dom_id(parent)) end |