namespace ActiveRecord
Namespaces
-
ActiveRecord.Adapters
-
ActiveRecord.connection
null if no connection is active, or the connection object.
Classes
-
ActiveRecord.Model
All classes created with
ActiveRecord.createwill contain these class and instance methods. Models may also contain dynamically generated finder and relationship methods that are not listed in the API documentation. -
ActiveRecord.ResultSet
When using any finder method, the returned array will be extended with the methods in this namespace. A returned result set is still an instance of Array.


