Method: Thredded::AllViewHooks::PostCommon#initialize
- Defined in:
- app/view_hooks/thredded/all_view_hooks.rb
#initialize ⇒ PostCommon
Returns a new instance of PostCommon.
55 56 57 58 |
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 55 def initialize @actions = ViewHook.new @mark_as_unread = ViewHook.new end |