Sha256: c7b3abab219ee846746e7670300484392bce33fcfea7af5a72f77168caf25b5c
Contents?: true
Size: 276 Bytes
Versions: 5
Compression:
Stored size: 276 Bytes
Contents
# frozen_string_literal: true class RichTextInput < SimpleForm::Inputs::Base def input(wrapper_options = nil) merged_input_options = merge_wrapper_options(input_html_options, wrapper_options) @builder.rich_text_area(attribute_name, merged_input_options) end end
Version data entries
5 entries across 5 versions & 1 rubygems