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
def run2
5.times { |i|
Model.transaction do
puts "dostuff"
end
}
end
Results in
tasks/check_new_payments_task.duby:84: undefined method `defining_class' for #<Duby::AST::Block:0x91fa78>
Model.transaction do
^^^^^^^^^^^^^^^^^^^^^^^^^^^
puts "dostuff"
^^^^^^^^^^^^^^^^^^^^^^^
end
^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Results in
The text was updated successfully, but these errors were encountered: