Sha256: 834c308c9044dc58d4ab05784ddc775f45ccfaa0368ce671e1c254de390f9c02
Contents?: true
Size: 281 Bytes
Versions: 5
Compression:
Stored size: 281 Bytes
Contents
module NyoiboHelper def ws_form_for(model, options={}, &block) options[:html] ||= {} options[:html][:id] ||= 'ws-form' output = '' output << form_for(model, options, &block) output << content_tag(:div, '', :id => 'ws-progress') output.html_safe end end
Version data entries
5 entries across 5 versions & 1 rubygems