Sha256: fca50205b7f046be1c56644605f884c699480da2d47215488252fe17f5cc2d49
Contents?: true
Size: 259 Bytes
Versions: 4
Compression:
Stored size: 259 Bytes
Contents
module UeditorRails module Helpers module FormBuilder extend ActiveSupport::Concern def ueditor_text(method, options = {}) @template.send('ueditor_text', @object_name, method, objectify_options(options)) end end end end
Version data entries
4 entries across 4 versions & 2 rubygems