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
ActiveSupport's version of mattr changed a bit. Specifically what throw my code off was that I used the facets version but with a block which ActiveSupport version now supports.
ActiveSupport's version of
mattrchanged a bit. Specifically what throw my code off was that I used the facets version but with a block which ActiveSupport version now supports.