Method: Thredded::AllViewHooks::PostForm#initialize

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

#initializePostForm

Returns a new instance of PostForm.



77
78
79
80
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 77

def initialize
  @content_text_area = ViewHook.new
  @preview_area = ViewHook.new
end