Method: Thredded::AllViewHooks::MessageboardGroupShow#initialize

Defined in:
app/view_hooks/thredded/all_view_hooks.rb

#initializeMessageboardGroupShow

Returns a new instance of MessageboardGroupShow.



111
112
113
114
115
116
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 111

def initialize
  @container = ViewHook.new
  @list = ViewHook.new
  @group = ViewHook.new
  @messageboard = ViewHook.new
end