Sha256: 1d915bcb17733f9f3de0336796d7ca60028ca94963714515e3f2f457091c4fe7
Contents?: true
Size: 247 Bytes
Versions: 23
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true module Ruby2html module RailsHelper def html(context, &block) Ruby2html::Render.new(context, &block).render.html_safe end def self.included(base) base.helper_method :html end end end
Version data entries
23 entries across 23 versions & 1 rubygems