Sha256: f5ff809eaa321ed148fe6e2fab456952b27de89c2d37078452958ed123dfd318
Contents?: true
Size: 180 Bytes
Versions: 6
Compression:
Stored size: 180 Bytes
Contents
class RichTextInput < SimpleForm::Inputs::TextInput def input input_html_options[:class] += [:wysihtml5] @builder.text_area(attribute_name, input_html_options) end end
Version data entries
6 entries across 6 versions & 1 rubygems