Skip to content

Commit

Permalink
Merge pull request #115 from testflyjets/master
Browse files Browse the repository at this point in the history
Fixed documentation for Dynamic Step Names
  • Loading branch information
schneems committed Apr 24, 2014
2 parents 2e9871f + 577d6ce commit 301d234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -374,7 +374,7 @@ def set_steps
end
```

Note: Do not pass user submitted params directly into `self.steps` while using the custom or translated urls. The translator calls `to_sym` on steps provided, and if a user is allowed to submit arbitrary symbols, they could flood the take down your production app by filling up the symbol table. So, just don't do it.
Note: Do not pass user submitted params directly into `self.steps` while using the custom or translated urls. The translator calls `to_sym` on steps provided, and if a user is allowed to submit arbitrary symbols, they could take down your production app by filling up the symbol table. So, just don't do it.

## Keywords

Expand Down

0 comments on commit 301d234

Please sign in to comment.