I have a form where a scheduled_for_local is used in the form but it isn't an attribute in the database on the model. I translate from the local time to UTC before persisting.
Anyways, using the [] method caused an error. I switched to send the attribute message to the object instead.
I have a form where a
scheduled_for_local
is used in the form but it isn't an attribute in the database on the model. I translate from the local time to UTC before persisting.Anyways, using the
[]
method caused an error. I switched to send the attribute message to the object instead.