module Jb::PartialRenderer::StrongArray
A horrible monkey-patch to prevent rendered collection from being converted to String
Public Instance Methods
html_safe()
click to toggle source
# File lib/jb/action_view_legacy_monkeys.rb, line 21 def html_safe self end
join(*)
click to toggle source
# File lib/jb/action_view_legacy_monkeys.rb, line 17 def join(*) self end