module XmtFroala::Builder

Public Instance Methods

froalaeditor(method, options = {}) click to toggle source
# File lib/xmt_froala/helper.rb, line 101
def froalaeditor(method, options = {})
  @template.send("froalaeditor", @object_name, method, objectify_options(options))
end