Module: JencilTextAreaHelper
- Defined in:
- app/helpers/jencil_text_area_helper.rb
Instance Method Summary collapse
Instance Method Details
#jencil_text_area(model, tagname) ⇒ Object
2 3 4 |
# File 'app/helpers/jencil_text_area_helper.rb', line 2 def jencil_text_area model, tagname javascript_tag("$(function(){$('textarea##{model}_#{tagname}').jencil({defaultVolume2: 0.7});});").concat(text_area(model, tagname)) end |