Module: Viu::RenderingHelpers::ActionViewHelpers

Defined in:
lib/viu/rendering_helpers.rb

Instance Method Summary collapse

Instance Method Details

#render_view(view, options = EMPTY_HASH) ⇒ Object



6
7
8
# File 'lib/viu/rendering_helpers.rb', line 6

def render_view(view, options = EMPTY_HASH)
  view.render_in(@view_context, options)
end