Sha256: 4a2418eb99a7866bc296bf2a0851cc1c2881c6bb6e39ca0c97a99a7789eab870

Contents?: true

Size: 324 Bytes

Versions: 3

Compression:

Stored size: 324 Bytes

Contents

module RedCloth
  module Rails
    module Helpers

      module FormBuilder
        # @see RedCloth::Rails::Helpers::FormHelper#textile_editor
        def textile_editor(method, options = {})
          @template.textile_editor(@object_name, method, options.merge(:object => @object))
        end
      end

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
redcloth-rails-0.2.0 lib/redcloth-rails/helpers/form_builder.rb
redcloth-rails-0.1.1 lib/redcloth-rails/helpers/form_builder.rb
redcloth-rails-0.1.0 lib/redcloth-rails/helpers/form_builder.rb