I was wondering if it's possible to include square brackets in the parameter name, which is how Rails groups parameters. For example:
+ Parameters
+ person[age] (string) ... Person's age
Right now if I include the square bracket, the parameter doesn't get rendered.
Thanks!