README.md in humanizer-2.3.0 vs README.md in humanizer-2.4.0
- old
+ new
@@ -44,10 +44,18 @@
attr_accessor :bypass_humanizer
require_human_on :create, :unless => :bypass_humanizer
Now when bypass_humanizer is true, validation will be skipped.
+
+## Reloading questions
+
+In case you want to give your users the option to change the question, there's a #change_humanizer_question method to help you.
+
+To make sure the current question doesn't get asked again, you can pass the current question id to the method. For example:
+
+ @user.change_humanizer_question(params[:user][:humanizer_question_id])
## Live sites
* [ArcticStartup.com](http://arcticstartup.com/) - signup form
@@ -63,7 +71,8 @@
* Brazilian Portuguese by [Britto](http://github.com/britto)
* Russian by [Shark](http://github.com/Serheo)
## Contributors
-* [Florian Bertholin](http://github.com/Arkan)
-* [seogrady](http://github.com/seogrady)
+* [Florian Bertholin](https://github.com/Arkan)
+* [seogrady](https://github.com/seogrady)
+* [yairgo](https://github.com/yairgo)