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
Currently we are excluding created_at and updated_at fields (here) but in rails :created_on and :updated_on are also treated in same way(ref). So these fields should be excluded as well.
The text was updated successfully, but these errors were encountered:
abdullahtariq1171
changed the title
add :created_on' and ':updated_on in excluded fields
add ':created_on' and ':updated_on' in excluded fields
Aug 15, 2017
Currently we are excluding
created_at
andupdated_at
fields (here) but in rails:created_on
and:updated_on
are also treated in same way(ref). So these fields should be excluded as well.The text was updated successfully, but these errors were encountered: