Skip to content

Instantly share code, notes, and snippets.

@jeremy6d
Created June 5, 2009 18:47
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 jeremy6d/124428 to your computer and use it in GitHub Desktop.
Save jeremy6d/124428 to your computer and use it in GitHub Desktop.
Loading development environment (Rails 2.2.2)
>> PortfolioCategory.send(:subclasses)
=> []
>> TypeCategory.superclass
=> PortfolioCategory(id: integer, name: string, description: text, type: string, created_at: datetime, updated_at: datetime, slug: string)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment