Skip to content

Instantly share code, notes, and snippets.

@bretweinraub
Created November 12, 2010 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bretweinraub/674484 to your computer and use it in GitHub Desktop.
Save bretweinraub/674484 to your computer and use it in GitHub Desktop.
ree-1.8.7-2010.02 > class Foo < ActiveRecord::Base
ree-1.8.7-2010.02 ?> end
=> nil
ree-1.8.7-2010.02 > Foo
=> Foo(Table doesn't exist)
ree-1.8.7-2010.02 > Foo.kind_of? ActiveRecord::Base
=> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment