Created
August 18, 2014 21:20
-
-
Save wesgarrison/40a334ce5eed48a239a9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[127] | |
[#<Thing id: 127, ...>] | |
[127] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ActiveRecord::Base.logger.debug " #{things.map(&:id)}" | |
ActiveRecord::Base.logger.debug " #{things.shift(2)}" | |
ActiveRecord::Base.logger.debug " #{things.map(&:id)}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment