For example store validation presence settings in db in oder to let users change attributes they want to be required or not to.
If it’s not, maybe there are other ways to solve the issue.
For example store validation presence settings in db in oder to let users change attributes they want to be required or not to.
If it’s not, maybe there are other ways to solve the issue.
This answer could give you a shot
BUT
If your form
isn't an model belonging to the user, I think you should start to consider implementing this new feature. Unless you want to store some variables on you user's table for a static application form. Doing something like :boolean => field_one_required
is strongly not recommended.