Class: ActiveRecord::Associations::CollectionProxy
- Inherits:
-
Relation
- Object
- Relation
- ActiveRecord::Associations::CollectionProxy
- Defined in:
- lib/arel-helpers/ext/collection_proxy.rb
Instance Method Summary collapse
Instance Method Details
#[](index) ⇒ Object
30 31 32 |
# File 'lib/arel-helpers/ext/collection_proxy.rb', line 30 def [](index) to_a[index] end |