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
entry.published_at_with_locales['en-NZ']=DateTime.parse(data['published_at'])# or evenentry.published_at_with_locales={'en-NZ'=>DateTime.parse(data['published_at'])}# no errors!
But it's not working, when I run
entry.published_at_with_locales# gives nil!
How simple should this be?
The text was updated successfully, but these errors were encountered:
paul-mesnilgrente
changed the title
Why is there nothing in this gem?
Why is there nothing working in this gem?
Nov 18, 2021
I'm trying some very simple stuff like:
But it's not working, when I run
How simple should this be?
The text was updated successfully, but these errors were encountered: