I want to get result row of what i am inserting af...
# exposed
a
I want to get result row of what i am inserting after successful insert how could i do that?
t
FooTable.insert { }.resultedValues
should contains what you need.
a
Thanks! got it!