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, options = {})
  @template.send("kindeditor", @object_name, method, objectify_options(options))
end