Created
June 11, 2014 11:37
-
-
Save mlangenberg/9eebec165a0482e22de9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
bundle exec irb | |
2.0.0-p451 :001 > require 'active_record' | |
=> true | |
2.0.0-p451 :002 > ActiveRecord::RecordNotFound | |
=> ActiveRecord::RecordNotFound | |
2.0.0-p451 :003 > ActiveRecord::RecordInvalid | |
NameError: uninitialized constant ActiveRecord::RecordInvalid | |
from (irb):3 | |
from ~/.rvm/rubies/ruby-2.0.0-p451/bin/irb:12:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment