Module: SocialStream::Controllers::Objects::UpperInstanceMethods
- Defined in:
- lib/social_stream/controllers/objects.rb
Overview
Methods that should be included after the included block
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
21 22 23 24 25 |
# File 'lib/social_stream/controllers/objects.rb', line 21 def destroy @post_activity = resource.post_activity destroy! end |