solnic / virtus

[DISCONTINUED ] Attributes on Steroids for Plain Old Ruby Objects
MIT License
3.77k stars 228 forks source link

Show Embedded value on edit form #381

Open bijrails opened 6 years ago

bijrails commented 6 years ago

Hi @elskwid ,

With reference to - https://github.com/solnic/virtus/blob/68343e16f61644196b0a346713b46a8b29e7c2cf/spec/integration/embedded_value_spec.rb

In this example, User has Address. And Address has City. As Virtus supports embedded value, how to show embedded values on Edit form with simple_form_for ?

Thanks