jeffp / wizardly

create a functioning wizard for any model in three steps
http://github.com/jeffp/wizardly-examples
MIT License
131 stars 16 forks source link

Added on_put callbacks #16

Open paulschreiber opened 14 years ago

paulschreiber commented 14 years ago

I added on_put callbacks, which are effectively the same as on_post callbacks. Sometimes rails doesn't use on_post, and you miss the opportunity to modify your object.

See the updated docs for complete details and an example form.