You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the initialize method is removed, the default values are present when an instance of MyForm is created. The values are absent if the initialize is present.
The text was updated successfully, but these errors were encountered:
prasadsurase
changed the title
Default values aren't assigned when initialize method is defined.
Default values aren't assigned when initialize method is present.
Apr 3, 2017
I am using rails 5.0.2 with virtus 1.0.5. I have a form defined as below
If the initialize method is removed, the default values are present when an instance of MyForm is created. The values are absent if the initialize is present.
The text was updated successfully, but these errors were encountered: