Method: Thredded::AllViewHooks::ViewHook#render

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

#render(view_context, **args, &block) ⇒ String

Returns:

  • (String)


156
157
158
# File 'app/view_hooks/thredded/all_view_hooks.rb', line 156

def render(view_context, **args, &block)
  Thredded::ViewHooks::Renderer.new(view_context, @config).render(**args, &block)
end