Sha256: e2d0055e1a4c62c838b63445a84e6e4760513a6490def36fcd49b199267ed211
Contents?: true
Size: 248 Bytes
Versions: 9
Compression:
Stored size: 248 Bytes
Contents
module ActionView class Base alias_method :render_file_without_hobo, :render_file def render_file(template_path, *args) @hobo_template_path = template_path render_file_without_hobo(template_path, *args) end end end
Version data entries
9 entries across 9 versions & 1 rubygems