aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/teapot.rb
Commit message (Collapse)AuthorAgeFilesLines
* Support establishing connection on ActiveRecord::Model.Jon Leighton2011-12-281-0/+3
| | | | | This is the 'top level' connection, inherited by any models that include ActiveRecord::Model or inherit from ActiveRecord::Base.
* Support nested AR::ModelsJon Leighton2011-12-241-0/+8
|
* Add test for inheritance from a non-AR superclassJon Leighton2011-12-241-0/+11
|
* I herd you like modules.Jon Leighton2011-12-241-0/+13