Module: ActionViewTemplatePrepender

Defined in:
lib/viewtlip/action_view_extention.rb

Instance Method Summary collapse

Instance Method Details

#render(*args, &block) ⇒ Object



2
3
4
# File 'lib/viewtlip/action_view_extention.rb', line 2

def render(*args, &block)
  with_inspector { super }.html_safe
end