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
NOTE: @dkniffin would like to be able to account for errors added to base, and I agree. As it stands, the code in the PR would return errors.add(:base, "User must have a name") as "Base user must have a name", which is not ideal.
The text was updated successfully, but these errors were encountered:
See this PR: https://github.com/smashingboxes/roamd-api/pull/35
NOTE: @dkniffin would like to be able to account for errors added to
base
, and I agree. As it stands, the code in the PR would returnerrors.add(:base, "User must have a name")
as "Base user must have a name", which is not ideal.The text was updated successfully, but these errors were encountered: