any ideas how this ever could be possible:
@model.save! @model.update
Model.find @model.id # raises
??
-a
any ideas how this ever could be possible:
@model.save! @model.update
Model.find @model.id # raises
??
-a
Is it possible that its the .save! that's raising?
Jodi
nope. it definitely not.
-a
nope - but that led me to the answer: non-default sequence name in postgresql.
thx.
-a