Sha256: 408934dbd46eb5e8506cbec472d10b7ef4cf69411519c56c1c64e3a0f5235c05
Contents?: true
Size: 248 Bytes
Versions: 3
Compression:
Stored size: 248 Bytes
Contents
module ActionView class Base def render_file_with_dryml(template_path, *args) @hobo_template_path = template_path render_file_without_dryml(template_path, *args) end alias_method_chain :render_file, :dryml end end
Version data entries
3 entries across 3 versions & 1 rubygems