diff options
author | Travis Grathwell <tjgrathwell@gmail.com> | 2014-12-29 18:12:03 -0800 |
---|---|---|
committer | Eugenia Dellapenna <eugenia.dellapenna@gmail.com> | 2014-12-29 18:12:03 -0800 |
commit | 3efd90ac5b15d376bc5780d08d6e07d5a2b50ff1 (patch) | |
tree | a33525691bcc0fb0a3650c2953352f7da73ff903 /activejob/test/jobs | |
parent | 241ccaef88e494657ff4121ef31d73160237fd6c (diff) | |
download | rails-3efd90ac5b15d376bc5780d08d6e07d5a2b50ff1.tar.gz rails-3efd90ac5b15d376bc5780d08d6e07d5a2b50ff1.tar.bz2 rails-3efd90ac5b15d376bc5780d08d6e07d5a2b50ff1.zip |
Fix form_for to work with objects that implement to_model
Previously, if you tried to use form_for with a presenter object
that implements to_model, it would crash in
action_dispatch/routing/polymorphic_routes.rb when asking the presenter
whether it is .persisted?
Now, we always ask .persisted? of the to_model object instead.
This seems to been an issue since 1606fc9d840da869a60213bc889da6fcf1fdc431
Signed-off-by: Eugenia Dellapenna <eugenia.dellapenna@gmail.com>
Diffstat (limited to 'activejob/test/jobs')
0 files changed, 0 insertions, 0 deletions