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
Wait, am I stupid? The create and update methods just pass the **args into create(args.to_h) and update(args.to_h), so they must already be available in a form that takes a hash, right?
Seeing as they takes the
**args
and converts it into a hash anyway, it would be ideal if they could just take a hash.The text was updated successfully, but these errors were encountered: