Sha256: d437933d7b600692528ac2c81393d007b296fa4d00df586f81d1181dd1888b19
Contents?: true
Size: 281 Bytes
Versions: 16
Compression:
Stored size: 281 Bytes
Contents
module AbAdmin module Views module Inputs class EditorInput < ::SimpleForm::Inputs::TextInput def input input_html_options[:class] = "#{Array(input_html_options[:class]).join(' ')} do_wysihtml5" super end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems