Sha256: d815c4531bd46e06b16a59b9f5a487a20dfff0393393497d2dcece2a93af539c

Contents?: true

Size: 210 Bytes

Versions: 41

Compression:

Stored size: 210 Bytes

Contents

require "formtastic"

class CkeditorInput
  include ::Formtastic::Inputs::Base
  
  def to_html
    input_wrapping do
      label_html <<
      builder.cktext_area(method, input_html_options)
    end
  end
end

Version data entries

41 entries across 41 versions & 4 rubygems

Version Path
ckeditor-3.7.0.rc1 lib/ckeditor/hooks/formtastic.rb