Hi, I would like to add my own form helper how can I do this without editing the Rails source code?
Greg
Hi, I would like to add my own form helper how can I do this without editing the Rails source code?
Greg
Greg,
There's plenty of tutorials that you can find in Google:
http://ramblingsonrails.com/how-to-make-a-custom-form-builder-in-rails http://onrails.org/2008/06/13/advanced-rails-studio-custom-form-builder
... and more generally:
http://www.google.com/search?q=custom+form+helper+rails
Does it answer your question?
- A
Aleksey Gureiev wrote:
Greg,
There's plenty of tutorials that you can find in Google:
http://ramblingsonrails.com/how-to-make-a-custom-form-builder-in-rails Advanced Rails Studio: Custom Form Builder ruby on rails - Custom form helpers - Stack Overflow
... and more generally:
custom form helper rails - Google Search
Does it answer your question?
- A
Thank you