Module: Tinymce::Hammer::BuilderMethods

Defined in:
lib/tinymce/hammer/builder_methods.rb

Instance Method Summary collapse

Instance Method Details

#tinymce(method, options = {}) ⇒ Object



3
4
5
6
7
# File 'lib/tinymce/hammer/builder_methods.rb', line 3

def tinymce method, options = {}
  @template.require_tinymce_hammer
  @template.append_class_name(options, 'tinymce')
  self.text_area(method, options)
end