-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Description
So, here is the deal, client_side_validation gem requires params to be nested in order to work fully out of the box with uniqueness validation. Also that's proper Rails convention to usually have nested params under a class/model name.
So, how about allowing that in the initializer?
:identity => {:email => .... , :password => "....}
Example application
https://github.com/seivan/simple_form_2_client_side_validation_example