module NyoiboHelper def ws_form_for(model, options={}, &block) options[:html] ||= {} options[:html][:id] ||= 'ws-form' output = '' output << javascript_tag(< 'ws-progress') output.html_safe end end