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
What should happen if #create! is called on an encode instance that already has an id? Should it raise an ArgumentError or should it submit that to the adapter in an attempt to assign that id in the external encoding service? Personally, I would expect that the external service would always assign an id and that an encode instance with an id should raise an exception.
The text was updated successfully, but these errors were encountered:
What should happen if
#create!
is called on an encode instance that already has an id? Should it raise an ArgumentError or should it submit that to the adapter in an attempt to assign that id in the external encoding service? Personally, I would expect that the external service would always assign an id and that an encode instance with an id should raise an exception.The text was updated successfully, but these errors were encountered: