aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/head.rb
diff options
context:
space:
mode:
authorTravis Grathwell <tjgrathwell@gmail.com>2014-12-29 18:12:03 -0800
committerEugenia Dellapenna <eugenia.dellapenna@gmail.com>2014-12-29 18:12:03 -0800
commit3efd90ac5b15d376bc5780d08d6e07d5a2b50ff1 (patch)
treea33525691bcc0fb0a3650c2953352f7da73ff903 /actionpack/lib/action_controller/metal/head.rb
parent241ccaef88e494657ff4121ef31d73160237fd6c (diff)
downloadrails-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 'actionpack/lib/action_controller/metal/head.rb')
0 files changed, 0 insertions, 0 deletions