Class: ActiveRecord::Associations::CollectionProxy

Inherits:
Relation
  • Object
show all
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