# File lib/simple_form/components/wrapper.rb, line 4 def wrap(content) if wrapper_tag && options[:wrapper] != false template.content_tag(wrapper_tag, content, wrapper_html_options) else content end end
# File lib/simple_form/components/wrapper.rb, line 16 def wrapper_class options[:wrapper_class] || SimpleForm.wrapper_class end
# File lib/simple_form/components/wrapper.rb, line 20 def wrapper_error_class options[:wrapper_error_class] || SimpleForm.wrapper_error_class end
Generated with the Darkfish Rdoc Generator 2.