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
elsif(field.sortable.is_a?(String) || field.sortable.is_a?(Symbol)) && field.sortable.to_s.include?('.')# just provide sortable, don't do anything smart
80
78
field.sortable
81
79
elsiffield.sortable.is_a?(Hash)# just join sortable hash, don't do anything smart
0 commit comments