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
# Add STI support to Sync. This should be moved upstream.moduleSyncclassResourcedefnamemodel.class.try(:sync_model_name) ||
model.class.model_name.to_s.underscoreendendend
It allows for telling STI models to use their base class's sync views.
The text was updated successfully, but these errors were encountered:
Found this in my codebase:
It allows for telling STI models to use their base class's sync views.
The text was updated successfully, but these errors were encountered: