58 59 60 61 62
# File 'app/helpers/base_helper.rb', line 58 def render_widgets if @widgets @widgets.html_safe end end