:wrapper_tag, :wrapper_class options (and more) with simple_form and Rails 2.3 ?
- by Fro_oo
Hi,
I'm making my first Rails project and I'm using the simple_form gem (version 1.0) with a Rails app (version 2.3.5).
simple_form repository v=1.0
Is there any way to implement the nice options :wrapper_tag, :wrapper_class, :wrapper_error_class ? Or maybe I'm missing something? :-D
Thank you for your advices
Fro_oo
ps : I can't change my Rails gem and upgrade to a 3.x version...