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
only, except, methods should all be able to accept a single, unwrapped value, e.g. track_changes :only => :blah instead of track_changes :only => [:blah]
The text was updated successfully, but these errors were encountered:
only
,except
,methods
should all be able to accept a single, unwrapped value, e.g.track_changes :only => :blah
instead oftrack_changes :only => [:blah]
The text was updated successfully, but these errors were encountered: