Module: Jb::PartialRenderer::StrongArray

Defined in:
lib/jb/action_view_legacy_monkeys.rb

Overview

A horrible monkey-patch to prevent rendered collection from being converted to String

Instance Method Summary collapse

Instance Method Details

#html_safeObject



21
22
23
# File 'lib/jb/action_view_legacy_monkeys.rb', line 21

def html_safe
  self
end

#joinObject



17
18
19
# File 'lib/jb/action_view_legacy_monkeys.rb', line 17

def join(*)
  self
end