Ruby on Rails latest stable (v3.2.13)
-
0 notes
- Superclass:
Object
- 1.0.0
- 1.1.0
- 1.1.1
- 1.1.6
- 1.2.0
- 1.2.6
- 2.0.0
- 2.0.1
- 2.0.3
- 2.1.0
- 2.2.1
- 2.3.2
- 2.3.8
- 3.0.0 (0)
- 3.0.5 (0)
- 3.0.7 (0)
- 3.0.9 (-38)
- 3.1.0 (0)
- 3.2.1 (0)
- 3.2.3 (0)
- 3.2.8 (0)
- 3.2.13 (0)
- What's this?
Active Record Relation
Constants
SINGLE_VALUE_METHODS = [:limit, :offset, :lock, :readonly, :from, :reordering, :reverse_order, :uniq]
MULTI_VALUE_METHODS = [:select, :group, :order, :joins, :where, :having, :bind]
ASSOCIATION_METHODS = [:includes, :eager_load, :preload]
JoinOperation = Struct.new(:relation, :join_class, :on)
Attributes
| [RW] | default_scoped? | |
| [R] | loaded? | |
| [RW] | default_scoped | |
| [RW] | extensions | |
| [R] | loaded | |
| [R] | klass | |
| [R] | table |


