diff options
author | Mark Roghelia <mark@roboshark.com> | 2011-05-31 18:41:20 -0400 |
---|---|---|
committer | Mark Roghelia <mark@roboshark.com> | 2011-05-31 18:41:20 -0400 |
commit | cd0320416790a865a9fdfeafcd7d192abfef2d3a (patch) | |
tree | 5ea3b27550963855b8d8d91f43f2aab5ea26bf09 /activemodel | |
parent | b13a0ceb5f1ff52d0a1519986e04f8fe5b30c4aa (diff) | |
download | rails-cd0320416790a865a9fdfeafcd7d192abfef2d3a.tar.gz rails-cd0320416790a865a9fdfeafcd7d192abfef2d3a.tar.bz2 rails-cd0320416790a865a9fdfeafcd7d192abfef2d3a.zip |
The example in the API docs incorrectly indicated that form_for would use the same default route for both new and previously persisted records. The default path given in the example would have generated a routing error for new records. form_for actually uses polymorphic_path to determine which route to use based on the state of the record. The example has been updated to reflect the method's actual behavior.
Diffstat (limited to 'activemodel')
0 files changed, 0 insertions, 0 deletions