Skip to content

Instantly share code, notes, and snippets.

@bricker
Created September 10, 2015 22:22
Show Gist options
  • Save bricker/2ba67812d6f3c6b0c0e7 to your computer and use it in GitHub Desktop.
Save bricker/2ba67812d6f3c6b0c0e7 to your computer and use it in GitHub Desktop.
Loading development environment (Rails 4.1.4)
irb(main):001:0> Person.all.to_sql
=> "SELECT \"people\".* FROM \"people\""
class Friend < Person
end
class Person < ActiveRecord::Base
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment