Skip to content

Commit

Permalink
Fix transaction instance variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wam committed Jun 5, 2014
1 parent 8642750 commit 531cb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fauna/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def delete(path)
end

def execute
Fauna::Client.post('transaction', { :actions => actions }) # may need some work in Fauna::Cache
Fauna::Client.post('transaction', { :actions => @actions }) # may need some work in Fauna::Cache
end
end
end

0 comments on commit 531cb1c

Please sign in to comment.