jeremy6d (owner)

Revisions

gist: 124428 Download_button fork
public
Public Clone URL: git://gist.github.com/124428.git
Embed All Files: show embed
Text only #
1
2
3
4
5
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)