Sha256: e8043fc404f57e4ea9b5d52f8f92cb32ce71312f0ea8a951d7e6b4fc49fa982d

Contents?: true

Size: 260 Bytes

Versions: 1

Compression:

Stored size: 260 Bytes

Contents

module Ueditor
  module Helpers
    module FormBuilder
      extend ActiveSupport::Concern
      
      def ueditor_area(method, options = {})
        @template.send("ueditor_area", @object_name, method, objectify_options(options))
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ueditor-0.0.2 lib/ueditor/helpers/form_builder.rb