Skip to content

Instantly share code, notes, and snippets.

@morhekil
Created October 4, 2013 10:22
Show Gist options
  • Save morhekil/6823895 to your computer and use it in GitHub Desktop.
Save morhekil/6823895 to your computer and use it in GitHub Desktop.
2.0.0 (main):0 > Genre.new.my_transation_method
nil
2.0.0 (main):0 > Genre.last
nil
2.0.0 (main):0 >
(0.1ms) BEGIN
SQL (21.0ms) INSERT INTO `genres` (`name`) VALUES ('The New World')
(5.4ms) ROLLBACK
Genre Load (2.8ms) SELECT `genres`.* FROM `genres` ORDER BY `genres`.`id` DESC LIMIT 1
@runlevel5
Copy link

What adapter are you on? Postgres?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment