Instead of: ``` javascript first_name: { rules: 'required' } ``` Allow for ``` javascript first_name: 'required' ``` Useful when no custom options are needed.
Instead of:
Allow for
first_name: 'required'Useful when no custom options are needed.