Module: ExCite::ApplicationHelper

Defined in:
app/helpers/ex_cite/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#build_external_formObject



3
4
5
# File 'app/helpers/ex_cite/application_helper.rb', line 3

def build_external_form
  return "<textarea name=\"#{@push_to.element_name}\" id=\"#{@push_to.element_name}\">#{@output}</textarea>"
end