Sha256: f17f151b838526fed8e2afc3e49edae346beab4b7bd2511c1189fc3997ca2db4
Contents?: true
Size: 208 Bytes
Versions: 35
Compression:
Stored size: 208 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
35 entries across 35 versions & 4 rubygems