Sha256: 73bba787a9b8142a32f7b2305ffd376a9fd93e39bf12a930486300d216416616

Contents?: true

Size: 202 Bytes

Versions: 3

Compression:

Stored size: 202 Bytes

Contents

module Formtastic
  module Inputs
    class SimplemdeEditorInput < Formtastic::Inputs::TextInput
      def input_html_options
        super.merge( class: 'simplemde-editor' )
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin_simplemde-1.3.0 lib/formtastic/inputs/simplemde_editor_input.rb
activeadmin_simplemde-0.2.0 lib/formtastic/inputs/simplemde_editor_input.rb
activeadmin_simplemde-0.1.0 lib/formtastic/inputs/simplemde_editor_input.rb