Module: WangeditorRails::Builder
- Defined in:
- lib/wangeditor_rails/helper.rb
Instance Method Summary collapse
Instance Method Details
#wangeditor(method, options = {}) ⇒ Object
37 38 39 |
# File 'lib/wangeditor_rails/helper.rb', line 37 def wangeditor(method, = {}) @template.send("wangeditor", @object_name, method, ()) end |