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
I would appreciate the same.
I created a new project, scaffold User name:string location:string
Create one user, works
Add puret gem, do generator for User works, run migration done.
go to user page index
previously user shows up with no info in index listing, I set the default locale in application.rb to en, no change
I create a second user with create, he gets a new entry in the translation table
this second user shows correct in index and show action
however when I edit this second user, the form_for is not prefilled with existing data
So what am I missing:
is as soon as puret is installed all data that is sitting in the original model table, that is now supposed to be translated omitted, I though the default locale would be looked up from there, but I see also for en the data being created in the _translations table
HI,
thank you for your gem...
I'm searching a simple demo also of the edit end new form of a model where is used puret... can you help me please???
The text was updated successfully, but these errors were encountered: