Class: Wanko::ExtensionRenderer

Inherits:
ActionView::PartialRenderer
  • Object
show all
Defined in:
lib/wanko/action_view.rb

Instance Method Summary collapse

Instance Method Details

#render(context, options, block) ⇒ Object



36
37
38
39
40
41
42
# File 'lib/wanko/action_view.rb', line 36

def render(context, options, block)
  super
rescue => e
  #TODO error handling
  p e
  capture(&block)
end