Module: RailsKindeditor::Builder
- Defined in:
- lib/rails_kindeditor/helper.rb
Instance Method Summary collapse
Instance Method Details
#kindeditor(method, options = {}) ⇒ Object
92 93 94 |
# File 'lib/rails_kindeditor/helper.rb', line 92 def kindeditor(method, = {}) @template.send("kindeditor", @object_name, method, ()) end |