5 6 7 8 9 10 11
# File 'lib/e9s/actionpack/action_view/base.rb', line 5 def e9s ::E9s::MODULES.collect do |mod| if respond_to?(method = "rich_#{mod}") send(method) end end.compact.join("\n").html_safe end