Sha256: 60e27f77b5136007b9f10a0ecf041789dbed17769194cabdf3f366c9adbda21d

Contents?: true

Size: 330 Bytes

Versions: 9

Compression:

Stored size: 330 Bytes

Contents

module Ckeditor
  module Hooks
    module FormtasticBuilder
      def self.included(base)
        base.send(:include, InstanceMethods)
      end
    
      module InstanceMethods
        def ckeditor_input(method, options)
          basic_input_helper(:cktext_area, :text, method, options)
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ckeditor-3.6.3 lib/ckeditor/hooks/formtastic.rb
ckeditor-3.6.2 lib/ckeditor/hooks/formtastic.rb
ckeditor-3.6.1 lib/ckeditor/hooks/formtastic.rb
ckeditor-3.6.0 lib/ckeditor/hooks/formtastic.rb
ckeditor-3.6.0.pre lib/ckeditor/hooks/formtastic.rb
ckeditor-3.5.4 lib/ckeditor/hooks/formtastic.rb
ckeditor-3.5.3 lib/ckeditor/hooks/formtastic.rb
ckeditor-3.5.2 lib/ckeditor/hooks/formtastic.rb
ckeditor-3.5.1 lib/ckeditor/hooks/formtastic.rb