module SidebarHelper def render_sidebar_modules(mods) mods.map { |m| render m.to_partial_path, :sidebar_module => m }.join().html_safe end end